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





------- Additional Comments From [EMAIL PROTECTED]  2004-09-23 09:30 -------
Created an attachment (id=2361)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2361&action=view)
sample spam with headers

The following 2 tests were missed. They functioned properly with 2.64

 elsif header :contains "X-Spam-Status"
["score=5","score=6","score=7","score=8","score=9","score=10","score=11","score=12"]

        {
                fileinto "junk/review";
        }

 elsif header :matches "X-Spam-Flag" ["YES"]
  {
        fileinto "junk";
  }




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

Reply via email to