spamassassin-users July 2011 archive
Main Archive Page > Month Archives  > spamassassin-users archives
spamassassin-users: Re: if you don't watch it, legit mail can be

Re: if you don't watch it, legit mail can be blocked

From: David F. Skoll <dfs_at_nospam>
Date: Thu Jul 21 2011 - 19:45:10 GMT
To: users@spamassassin.apache.org

On Thu, 21 Jul 2011 15:41:34 -0400
Michael Scheidell <michael.scheidell@secnap.com> wrote:

> 72_active.cf:header FS_REPLICA Subject =~ /replica/i

> anyone else think that ANY rule that scores above a 3 is asking for
> trouble?

Yikes!

I think any rule that looks like Subject =~ /string/i is asking for
trouble. At the very least, I would use Subject =~ /\bstring\b/i if
the string is supposed to be a word.

Regards,

David.