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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to