https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6670
--- Comment #2 from Karsten Bräckelmann <[email protected]> 2011-10-05 18:53:56 UTC --- (In reply to comment #0) > Some sample headers with incorrectly evaluated (too low) scores. > > X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ***.***.com > X-Spam-Flag: NO This is a non-default header. By default, SA only includes the Flag header for spam. > X-Spam-Status: NO, hits=5.00 required=5.00 This is a non-default header. The default Status header uses _YESNO_ template tag, not the all-caps variant. SA uses "score", rather than hits, and only shows a single digit after the decimal point. It includes a list of all tests, autolearn and version information. > X-Spam-Report: > * 10 BAYES_99 BODY: Bayes spam probability is 99 to 100% > * [score: 1.0000] The Report header by default is not added for ham, only spam. And the Level header is missing. Did you modify all these headers yourself? Which tool actually included those headers, SA or a third-party tool? If you did not change about every default add_header configuration option, someone else did -- possibly on a different system, and you're looking at headers added by two different systems. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
