James Smith wrote:
> > Make a rule that hits everything with a low score.  Something like
> > this: 
> > 
> >     Header TEST_E ALL =~ /e/
> >     Describe TEST_E Found an E in the header
> >     Score TEST_E 0.01
> > 
> > This will fire on every email, but with a low score, it
> > shouldn't affect spam detection.
> 
> Ok, I inserted those lines into /etc/mail/spamassassin/local.cf and
> my email headers now read...
> 
> X-Spam-Status: No, hits=0.5 tagged_above=-0.1 required=4.0
>       tests=FROM_ENDS_IN_NUMS, RCVD_BY_IP
> 
> No sign of TEST_E and I made sure there was an e in the subject as
> well as the body and other headers so this config file clearly isn't
> being read properly.  Any other ideas where else I could configure SA
> from? 

Please keep list traffic on the list.

The only thing I can tell you is what I told you (at least I think it
was you) earlier.

Run 'spamassassin -D --lint' and take a look at the output.  It will
list all of the config files that it uses in the debug output.

You may want to try running it this way to filter out all of the other
debug info:

    spamassassin -D --lint 2>&1 | grep 'dbg: config:'

-- 
Bowie

Reply via email to