--On Wednesday, October 29, 2003 1:53 PM -0500 Chris Santerre
<[EMAIL PROTECTED]> wrote:

> I have to change a rule and I want to do it nicely. So suggestions needed.
> The rule is :
> SUBJECT_XXX 
> and in it, it has naughty words. One of which it looks for is :
> /pen.s/i
> Which was just trying to get past obfuscations. Well, anything that
> mentions:
> "Open source" in subject gets tagged as naughty! 
> 
> So would this be better:
> /[^oO]pen.s/i
> 
> Or I could easily just do this:
> /\bpen.s/i
> But I thought that spammers could use punctuation to get past that.
> 
> Special thanks to Pamela D. for looking at all those naughty things! ;)


How about a new rule for "curn" :)

Evan


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to