> 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? -- Jay