banning realname in unrealircd.conf

These are old archives. They are kept for historic purposes only.
Post Reply
Unrealuser
Posts: 6
Joined: Tue Mar 09, 2010 6:55 am

banning realname in unrealircd.conf

Post by Unrealuser »

I'm wondering with banning names in unrealircd.conf
like
ban realname { mask "..."; reason "not welcome"; };

can I ban like this
ban realname { mask ".*"; reason "not welcome"; };

May be question is bit stupid but I'm experiencing problems with some users who know would be difficult to add spamfilter and they always use some idents and realnames like that ( sensitive things in spamfilters)
Unrealuser
Posts: 6
Joined: Tue Mar 09, 2010 6:55 am

Re: banning realname in unrealircd.conf

Post by Unrealuser »

SO that wouldn't ban so many ppl as would be spamfilter , if I add /spamfilter add u gline Spamer ... ( that would be disaster for the network I think).
I just would like to ban all those realnames and idents who has such sensitive things for the spamfitler.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: banning realname in unrealircd.conf

Post by katsklaw »

a properly formatted spamfilter would ban the exact same number of users given your example. Perhaps we can get a regex expert to give you the spamfilter for it.

Oddly enough, in my 14years, regex is one area I never bothered to learn.
Post Reply