Benjamin Adams wrote: > Think I found the problem just don't know how to fix: > running: spamassassin -D --lint 4261. > [9990] warn: config: warning: score set for non-existent rule BAYES_90 > [9990] dbg: check: is spam? score=2.907 required=5 > [9990] dbg: check: tests=BAYES_50,MISSING_SUBJECT,NO_REAL_NAME,NO_RECEIVED,NO_RELAYS,TO_CC_NONE > [9990] dbg: check: subtests=__HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__NONEMPTY_BODY,__SAN E_MSGID,__UNUSABLE_MSGID > [9990] warn: lint: 1 issues detected, please rerun with debug enabled for more information > > message in my inbox has: > X-Spam-Status: No, hits=0 tagged_above=-999 required=5 tests= > X-Spam-Level: > > Where can I get the score set for all BAYES?
The problem is that there is no BAYES_90 rule. It goes from 80 to 95. Check your config files and find and remove the score entry for BAYES_90. I see that BAYES_50 hit on this message. That indicates that Bayes is at least being used. Run it again and look for all of the Bayes messages. spamassassin -D --lint 2>&1 | grep -i bayes This should show you all of the debug entries related to Bayes. Look for anything unusual. -- Bowie