Jean Caron wrote:

Really ? I never saw bayes score in the header. Sould ALL msgs have a bayes score in the header ? Here's a sample header;
Received: from 80.231.10.208 by mail (envelope-from <[EMAIL PROTECTED]>, uid 1001) with qmail-scanner-1.25 (spamassassin: 3.0.2. Clear:RC:0(80.231.10.208):SA:0(1.5/2.0):. Processed in 3.859362 secs); 14 Apr 2005 07:18:05 -0000
X-Spam-Status: No, hits=1.5 required=2.0
X-Spam-Level: +
Did I miss such an obvious switch somewhere ??
Jean


For some reason, SA is not adding the tests that the email hit in the X-Spam-Status header, as is the default. Without this information, it's difficult to tell what is going on. Look in your local.cf file for either a "remove_header" or "add_header" entry. Remove (or comment out) any of the former and if you have any of the latter, make sure they read:

add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ 
autolearn=_AUTOLEARN_ version=_VERSION_


After making the change, be sure to restart spamd. Then begin to moniter your false negatives. The headers should then show which tests are hit. Look for BAYES tests and see which they are hitting.





Reply via email to