Page 1 of 1

Spamfilter for IRC Server

Posted: Sat Jan 22, 2011 2:05 pm
by TSoft
Hi,

I have this Spamfilter:

spamfilter {
regex "irc\..*\..*";
target { private; channel; };
action block;
reason "Non tolleriamo chi spamma altri server IRC !!!.";
};

Is there a way to exclude some Irc Net, for example irc.example.com ??

Sorry for my english ;)