Display the scores too! Put tests=_TESTSSCORES(,)_ in your local.cf and you won't scratch your head so hard next time.
It puts in lines like: X-Spam-Status: No, score=-100.0 required=5.0 tests=AWL=0.009,BAYES_50=0.001,SPF_PASS=-0.001,USER_IN_WHITELIST=-100 autolearn=no version=3.1.7 when coded as: add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTSSCORES(,)_ autolearn=_AUTOLEARN_ version=_VERSION_" (Watch out for line breaks. All the "paragraphs" above are 1 logical line) Dan -----Original Message----- From: Scott Lockwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 11:35 AM To: users@spamassassin.apache.org Subject: Odd score X-Spam-Status: No, score=-79.4 required=5.0 tests=BAYES_99,HELO_DYNAMIC_HCC, HELO_DYNAMIC_IPADDR2,HTML_MESSAGE,INVALID_DATE,RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_XBL,SPF_SOFTFAIL,UPPERCASE_25_50,USER_IN_WHITELIST autolearn=no version=3.1.1 I keep getting these messages with really low scores that should be really high scores. I can't figure out why, after all the tests that it hit on, the score ends up -79.4. Anyone have any ideas???