http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4800

           Summary: mass-check misparsing X-Spam-Status headers during reuse
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P3
         Component: Masses
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I found that the RE to parse rule hits from the X-Spam-Status header wasn't 
valid for our default 3.0 
and 3.1 headers.  I believe this caused our set 1/set 3 scores for 3.1, the 
first to use reuse, to be 
(potentially very) suboptimally generated since rule hits were missed.  
Specifically:

X-Spam-Status: X-Spam-Status: Yes, score=31.9 required=5.0        
tests=URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_SBL,URIBL_SC_SURBL,
        URIBL_WS_SURBL autolearn=disabled version=3.1.0

would generate the list of rules:

URIBL_AB_SURBL
URIBL_JP_SURBL
URIBL_OB_SURBL
URIBL_SBL
URIBL_SC_SURBL
URIBL_WS_SURBL autolearn=disabled version=3.1.0

the last rule (URIBL_WS_SURBL) is misparsed and therefore the hit isn't 
registered, so the stats are off. :(



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

Reply via email to