include "spamfilter.conf"

These are old archives. They are kept for historic purposes only.
Post Reply
reload

include "spamfilter.conf"

Post 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
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post 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 */
}; 
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

He pasted a set::spamfilter, not a spamfilter block, you do not include an action in a set::spamfilter.
-- codemastr
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

MEH!

Post 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
Post Reply