debug: is spam? score=0.629 required=6.8 tests=BAYES_00,DATE_IN_PAST_12_24,SARE_ADULT2,SARE_OBFUPORNO
Then the message is tagged "X-Spam-Status: No, hits=0.6". This is an obvious adult site adv. and SARE rules do a good job. But why the score is lowered at the end? BAYES_00. That says Bayes is absolutely sure this is HAM, not spam, so lowers the score by -4 points or so. It would appear that you have your Bayes database trained backwards or some such. Probably easiest at this point to simply toss the current database, recheck the data you are planning on feeding in, and then train up a new database. Loren