http://bugzilla.spamassassin.org/show_bug.cgi?id=3501
Summary: X-Spam-Status header destroyed before testing
Product: Spamassassin
Version: 2.63
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P1
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Several number of spam E-mail contains a fake positive(!) or negative X-Spam-
Status header to get spam detecting system mixed.
It is not possible to add header test for this particular header because it is
used internally by SA and destroyed before the test happens.
Instead of destroying old headers they should be should saved under an another
header name for example X-Spam-Status-Removed etc...
Preferences:
header SA_X_SPAM_YES X-Spam-Status =~ /^Yes/
describe SA_X_SPAM_YES 'X-Spam-Status' is positive
score SA_X_SPAM 10.0
header SA_X_SPAM_NO X-Spam-Status =~ /^No/
describe SA_X_SPAM_NO 'X-Spam-Status' is negative
score SA_X_SPAM_NO 2.0
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.