is this setup correctly?
Posted: Fri Nov 03, 2006 3:23 am
this is the stuff i have added to your common spamfilter you provide, but i would apprecaite anyone correcting any mistakes i made. this way i can learn from my mistakes.
thanks in advance.
thanks in advance.
Code: Select all
spamfilter {
regex "Welcome to the Sizzling PC Blowout Sale";
target private;
action gzline;
reason "[autobanned]: You are infected with ONJOIN spam. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "Hey welcome to PRIMO PCS";
target private;
action gzline;
reason "[autobanned]: You are infected with ONJOIN spam. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "Super-cheap\, brand-new\, top of the line";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "Jaw-Dropping Electronics";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "a bot or a virus\. Msg me if you are unsure";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/.8k\..+\.com";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/.4t\..+\.com";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/mIRC\.Patch\..+\.exe";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "irc\.global-dimension\.org";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "irc\.global-dimension\.org";
target channel;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/.itgo\..+\.com";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/.tvheaven\..+\.com";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};
spamfilter {
regex "http://.+\..+/.s5\..+\.com";
target private;
action gzline;
reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg. Please reinstall your copy of mIRC, then email: [email protected] with this full quit message.";
};