Page 1 of 1

include "spamfilter.conf"

Posted: Wed Mar 17, 2004 12:33 am
by reload
Hi to all,
Is there something alse to do on unrealircd.conf to load the spamfilter.conf ? I have as include "spamfilter.conf", as oper on ircd whith /stats P i see all the rules of spamfilter, but its not working, some people can steel crash other users whith mIRC DCC and the server dont`t kill them !!
Should i put there a channel mode & user mode ?
I try to put the spamfilter directly on the server whith /spamfilter add but this way its not working too !
I include to on set block in unrealircd.conf:
spamfilter {
ban-time 1d;
ban-reason "Blocking Spam!";
virus-help-channel "#help";
};
What can be wrong ?
Thank you gays for your help, and sorry for my english.
Greatings from Switzerland

Posted: Wed Mar 17, 2004 3:13 am
by jewles
Is there something alse to do on unrealircd.conf to load the spamfilter.conf ? I have as include "spamfilter.conf", as oper on ircd whith /stats P i see all the rules of spamfilter, but its not working, some people can steel crash other users whith mIRC DCC and the server dont`t kill them !!
Should i put there a channel mode & user mode ?
I try to put the spamfilter directly on the server whith /spamfilter add but this way its not working too !
I include to on set block in unrealircd.conf:

Code: Select all

spamfilter { 
ban-time 1d; 
ban-reason "Blocking Spam!"; 
virus-help-channel "#help"; 
action gline; /* <=== Add an action */
}; 

Posted: Wed Mar 17, 2004 4:43 am
by codemastr
He pasted a set::spamfilter, not a spamfilter block, you do not include an action in a set::spamfilter.

MEH!

Posted: Wed Mar 17, 2004 5:02 am
by jewles
Well then... Gotta love reading! :) Anywho... I'll just paste the information.
http://www.webworkadmin.com/modules.php ... spamfilter
http://www.webworkadmin.com/modules.php ... spamfilter