View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005186 | unreal | ircd | public | 2019-01-01 19:37 | 2019-10-26 19:27 |
Reporter | k4be | Assigned To | syzop | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.1 | ||||
Fixed in Version | 5.0.0-alpha3 | ||||
Summary | 0005186: Spamfilter exceptions | ||||
Description | The 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 }; | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
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 |
|
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. |
|
And I meant the other issue is now tracked in 0005458, got the bugid mixed up :D |
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 |