Posted: Thu Jun 08, 2006 3:41 pm
Except ban only affects klines - glines, zlines, shun etc. are in another block (except tkl), and there is no kill protection in Unreal anyway...
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
*** Spamfilter added: '.*!~.*@.*\.(([^f].|.[^r])|.{3,}|.)$' [target: u] [action: kill] [reason: You must enable identd to use this server]Jason wrote:Ok.
Heres the answer. (God how I hate writing negated spamfilters!)
Code: Select all
/spamfilter add u kill - You_must_enable_identd_to_use_this_server .*!~.*@.*\.(([^f].|.[^r])|.{3,}|.)$
Code: Select all
!~.*@.*\.(.|([^f].|.[^r])|.{3,}):Code: Select all
!~[^@]*@[^:]*\.([^:]|[^:f][^:]|f[^:r]|[^:]{3,}):