You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/21 15:22:27 UTC

[Bug 3795] New: If X-Spam-Status contains YES, BAYES_00 also contains YES

http://bugzilla.spamassassin.org/show_bug.cgi?id=3795

           Summary: If X-Spam-Status contains YES, BAYES_00 also contains
                    YES
           Product: Spamassassin
           Version: 2.64
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: misnagid@usa.net


If your filter in Evolution or any other email client says that:
If X-Spam-Status header contains YES,
move email to <Spam> folder.
Well, often times the X-Spam-Status header contains BAYES_00.
BAYES_00 contains YES.
So I changed the filter to:
If X-Spam-Status header contains "Yes,"
Since the quotation marks hopefully preserves the case.
Also I inserted the comma since when the header contains Yes, it is always 
followed by a comma.  BAYES_00 does not have a comma following the S.
Seems to work now.
If any Unix guru has any further corrections, please let me know.
Jerry



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.