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/08/14 21:55:10 UTC

[Bug 3685] New: rules can exit earlier

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

           Summary: rules can exit earlier
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: felicity@kluge.net


I was just poking around the code and found at least URI and rawbody rules can exit earlier.  Right now, 
the RE is run against *all* URIs/paragraphs in a message, even if a hit has already occured (ie: there's a 
foreach(@_){} with no "last;" statement).

We did this for body rules in 3.0, we should do it for URI and rawbody as well.



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