spamfilter -> spam rule?

These are old archives. They are kept for historic purposes only.
Post Reply
clean
Posts: 4
Joined: Sat Apr 29, 2006 10:35 am

spamfilter -> spam rule?

Post by clean »

Hi,

how i can block all messages like:

i r c . my Spam . Net

i r c. plapla .net

and more ....

thanks for help!
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

/spamfilter +cpnN gzline 1h Go_Die,_Spammer! i r c ?\..+\.n ?e ?t
Why the hell can't my signature be empty?
"Your message contains too few characters."
defcon
Posts: 14
Joined: Sun Aug 29, 2004 9:11 pm
Location: Germany/Karlsruhe

Post by defcon »

Jason wrote:/spamfilter +cpnN gzline 1h Go_Die,_Spammer! i r c ?\..+\.n ?e ?t
it should be

/spamfilter + cpnN gzline 1h Go_Die,_Spammer! i r c ?\..+\.n ?e ?t
kind regards
defcon
clean
Posts: 4
Joined: Sat Apr 29, 2006 10:35 am

Post by clean »

Important is more that ...

i r c .

i [space] [space] [space] r [space] [space][space] c.

i [space] [space] [space] [space] r [space] [space] [space] [space] c.

I have do in my spamfilter config:

Code: Select all

spamfilter {
        regex "*i*r*c*";
        target { channel; private; };
        reason "SPAM";
        action block;
};
But it is not really fine! If anyone have a better idea, plz tell me at :)
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Code: Select all

i *r *c *\. *.+\. *n *e *t
Post Reply