Page 1 of 1

Spamfilter exception?

Posted: Mon Jul 31, 2006 5:53 pm
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..

Posted: Mon Jul 31, 2006 8:24 pm
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.

Posted: Tue Aug 01, 2006 7:15 pm
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