Jason, do you have a corresponding score for the rule? Is the score
zero?
header L_TEST From =~ /jgauthier/i
score L_TEST From 0.1
Let's see if that works. (The "i" makes it case insensitive.)
{^_^}
----- Original Message -----
From: "Jason Gauthier" <[EMAIL PROTECTED]>
Ah, thanks! Good tip. I'm not the best with regex, and that would
explain the obvious oversight. Unfortunately, it didn't help :(
Jan 5 09:08:13 spamfilter amavis[8277]: (08277-08) spam_scan:
hits=1.072
tests=ALL_TRUSTED,AWL,NO_REAL_NAME,RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL
Anything else I can try? How can I verify that SA is reading my
local.cf? Anyway to enable debugging somewhere?
> -----Original Message-----
> From: Rainer Sokoll [mailto:[EMAIL PROTECTED]
> On Wed, Jan 05, 2005 at 08:37:52AM -0500, Jason Gauthier wrote:
> > Here's what I've added in local.cf:
> >
> > header L_TEST From =~ jgauthier
>
> I think it should be
> header L_TEST From =~ /jgauthier/
>
> Rainer
>