| Main Archive Page > Month Archives > spamassassin-users archives |
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.