Spamfilter exception?

These are old archives. They are kept for historic purposes only.
Post Reply
Fussi
Posts: 33
Joined: Fri Sep 24, 2004 9:46 pm
Location: At Home
Contact:

Spamfilter exception?

Post by Fussi »

Maybe someone can help me with this:

I enabled IdentD check, and set a few ban user lines on several hosts.
As addition, i added a new spamfilter to filter out "hostnameless" connections (@xxxx.xxxx.xxxx.IP) without valid IdentD response.
But: I have 2 people (from my staff team -.-) who cannot use identd (no access to router/firewall) and use such a hostnameless connection.

How can i allow them to connect? Is there anything like a spamfilter exception setting? (Maybe TKL?) Or do i have to "add" those IPs in the regex line?
Should be possible but uhm that regex is going to be pretty large..
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

If they have static IP you can just add an except gline (if you ban with gline) entry:

Code: Select all

except tkl { mask *@1.2.3.4; type gline; };
But let me guess.. they have dynamic IP as well :P.
Fussi
Posts: 33
Joined: Fri Sep 24, 2004 9:46 pm
Location: At Home
Contact:

Post by Fussi »

Mixed. One has a static IP, the other one is "half static", <fixed>.<fixed>.xx.xx
But ok, thanks for the answer, will try it. Thougt spamfilter doesnt care about TKL/Except setting
Post Reply