View Issue Details

IDProjectCategoryView StatusLast Update
0005458unrealircdpublic2020-01-10 15:57
Reporterk4be Assigned Tosyzop  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version4.2.1 
Fixed in Version5.0.2 
Summary0005458: New set::options::spamfilter-ban-ident option
DescriptionThe action of spamfilter is sometimes undesirable when the offender uses a shared account on a server [..]

Allow setting ident bans by spamfilter. This would cause "GLINE *@1.2.3.4" or "GZLINE *@1.2.3.4" to become "GLINE [email protected]" and "ZLINE *@1.2.3.4" to become "KLINE [email protected]", but won't do anything to users with ~username.
set {
    options {
       spamfilter-ban-ident;
    };
};
TagsNo tags attached.
3rd party modules

Relationships

related to 0005186 resolvedsyzop Spamfilter exceptions 
related to 0005029 resolvedsyzop can you add the manual /kline to ban-include-username yes; 

Activities

k4be

2019-10-26 19:23

developer   ~0021051

I need a higher priority here, especially with the ident bans.

syzop

2019-10-26 19:29

administrator   ~0021056

Related to 0005029 as well.

syzop

2019-10-26 19:34

administrator   ~0021059

Wait.. k4be: can you verify that this functionality already exists - in U4 and U5 - if set::ban-include-username is set to yes?
I think it will be fine to control it through that function and no need for a separate new one just for spamfilter.

syzop

2019-10-26 19:36

administrator   ~0021060

And if it works, perhaps we should rename the option to make the name more clear. I think the word 'ident' should be in it rather than 'username'.

syzop

2020-01-10 15:57

administrator   ~0021222

See previous comments for how to use in 4.x and <5.0.2.

From UnrealIRCd 5.0.2 onwards (current git) there is set::automatic-ban-target, see https://www.unrealircd.org/docs/Set_block#set::automatic-ban-target

Issue History

Date Modified Username Field Change
2019-10-26 19:23 syzop New Issue
2019-10-26 19:23 syzop Issue generated from: 0005186
2019-10-26 19:23 syzop Note Added: 0021051
2019-10-26 19:23 syzop Relationship added related to 0005186
2019-10-26 19:23 syzop Reporter syzop => k4be
2019-10-26 19:29 syzop Relationship added related to 0005029
2019-10-26 19:29 syzop Note Added: 0021056
2019-10-26 19:30 syzop Assigned To => syzop
2019-10-26 19:30 syzop Status new => acknowledged
2019-10-26 19:34 syzop Status acknowledged => feedback
2019-10-26 19:34 syzop Note Added: 0021059
2019-10-26 19:36 syzop Note Added: 0021060
2020-01-10 15:57 syzop Status feedback => resolved
2020-01-10 15:57 syzop Resolution open => fixed
2020-01-10 15:57 syzop Fixed in Version => 5.0.2
2020-01-10 15:57 syzop Note Added: 0021222