
bugzilla-daemon at bugzilla
Sep 5, 2008, 2:53 PM
Post #1 of 1
(118 views)
Permalink
|
|
[Bug 5969] New: "X-Spam-Status." changing between (Yes|YES)
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5969 Summary: "X-Spam-Status." changing between (Yes|YES) Product: Spamassassin Version: 3.1.7 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: spamassassin AssignedTo: dev[at]spamassassin.apache.org ReportedBy: mailist[at]sokol-web.de I'm running spamassassin as a before-queue-filter. My header check within postfix reject email that match following regexp: /^X-Spam-Status:\ Yes/ REJECT Some text... Now I'm getting emails tagged as spam sometimes. After an investigation I reveal that my regexp did not match the X-Spam-Status tag due to the uppercase written "YES". My workaround: /^X-Spam-Status:\ Y(es|ES)/ REJECT Some text... Is it a feature or a bug? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|