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 2007/08/22 13:19:45 UTC

[Bug 5621] New: short-circuit meta w/ high priority & net dependency should force net result before running normal rules

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

           Summary: short-circuit meta w/ high priority & net dependency
                    should force net result before running normal rules
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: lwilton@earthlink.net


This is an enhancement request.

The goal of short-circuit rules is to stop furhter rule processing and save the 
processing time.  If you make a net rule a short-circuit rule, it probably 
won't by default do much good, since net scores are harvested late in the game 
to give them time to arrive.

If you make a meta rule with a dependency on a net rule, and then give the meta 
both a high (negative) priority so that it runs very early and make it a short-
circuit rule, it should block processing of other non-net rules until the 
dependency net rule can be evaluated, or times out.

This would have the effect of lengthening the time to process a mail message, 
but could reduce the overall processor time for the message by eliminating most 
rule processing.  It would also have the ability to insure that the message 
doesn't get marked as spam if the rule is essentially nice itself.



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

[Bug 5621] short-circuit meta w/ high priority & net dependency should force net result before running normal rules

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5621


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From jm@jmason.org  2007-08-22 04:29 -------
this is already what happens (or should be).



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