View Issue Details

IDProjectCategoryView StatusLast Update
0005186unrealircdpublic2019-10-26 19:27
Reporterk4be Assigned Tosyzop  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version4.2.1 
Fixed in Version5.0.0-alpha3 
Summary0005186: Spamfilter exceptions
DescriptionThe action of spamfilter is sometimes undesirable when the spam message is repeated by a relay bot (that is trusted). [..]
Allow adding exceptions for spamfilter. Users matching any of the provided masks should not be checked about spamfilters. Example config entry for that:
except spamfilter {
    action u;
    mask *@*.isp.com;
    mask *@*.anotherisp.com;
};
except spamfilter {
    action cpnN;
    mask *@relaybot.example.com;
};
except spamfilter {
    mask *@znc.example.com; // any action
};
TagsNo tags attached.
3rd party modules

Relationships

related to 0005458 resolvedsyzop New set::options::spamfilter-ban-ident option 

Activities

syzop

2019-10-26 19:24

administrator   ~0021052

Last edited: 2019-10-26 19:26

The new "except ban" and /ELINE functionality in UnrealIRCd 5 has a spamfilter type. Although not as granular as to specific subtypes... must admit I don't have that planned either.

I've split off your other request to separate issue 0005458

syzop

2019-10-26 19:26

administrator   ~0021053

I'm closing this one as "done", even though, as said, it is not as granular as you requested. I think for something like relay bots it will be fine. And if you start exempting users from spamfilters, you can just as well exempt them from all I think. People rarely need to exempt users from spamfilters, and exempting them from specific ones is probably even more rare that it's not worth coding for.

syzop

2019-10-26 19:27

administrator   ~0021054

And I meant the other issue is now tracked in 0005458, got the bugid mixed up :D

Issue History

Date Modified Username Field Change
2019-01-01 19:37 k4be New Issue
2019-10-26 19:23 syzop Issue cloned: 0005458
2019-10-26 19:23 syzop Relationship added related to 0005458
2019-10-26 19:24 syzop Note Added: 0021052
2019-10-26 19:24 syzop Description Updated
2019-10-26 19:26 syzop Assigned To => syzop
2019-10-26 19:26 syzop Status new => resolved
2019-10-26 19:26 syzop Resolution open => fixed
2019-10-26 19:26 syzop Fixed in Version => 5.0.0-alpha3
2019-10-26 19:26 syzop Note Added: 0021053
2019-10-26 19:26 syzop Note Edited: 0021052
2019-10-26 19:27 syzop Note Added: 0021054