View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005313 | unreal | ircd | public | 2019-06-08 23:14 | 2019-06-09 09:54 |
Reporter | vectr0n | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 4.2.3 | ||||
Summary | 0005313: Add option to oper class to exempt opers from spamfilter actions | ||||
Description | Having an option in the oper class system would be handy so opers don't get caught by spam filters. It would also allow for network staff to allow some oper classes to be exempt from the spamfilters and some that do get caught by the spamfilters. | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
I just double checked the source and we have immune:server-ban:spamfilter for this. For the documentation, see: https://www.unrealircd.org/docs/Operclass_permissions#immune I also saw another user being confused by spamfilter::except, which is a different thing. That one is https://www.unrealircd.org/docs/Set_block#set::spamfilter::except by which you can exempt specific targets by name, like channels or nick names. |
|
I've now added some references in the Spamfilter documentation so it's easy to find both features from there. See https://www.unrealircd.org/docs/Spamfilter#Exempting_users_from_spamfilters (at the end) |