https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6133

           Summary: Shortcircuit plugin fails to act properly when
                    shortcircuit is set to 'ham' or 'spam'
           Product: Spamassassin
           Version: 3.2.5
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Plugins
        AssignedTo: [email protected]
        ReportedBy: [email protected]


According to the shortcircuit documentation, if a rule is shortcircuit "spam"
or "ham" instead of "on," then it should set the score to be
shortcircuit_spam_score or shortcircuit_ham_score, respectively (and set
autolearn=off).

Instead, shortcircuit "spam" and "ham" are ignoring the
shortcircuit_(spam|ham)_score.

The defaults provide an example of the problem:  By default, the spam threshold
is 5, shortcircuit BAYES_99 is set 'spam', and the score for BAYES_99 is 3.4
(or something like that).  With that _default_ set of scores, any e-mail that
triggers BAYES_99 becomes ham -- it gets a score of 3.4 (or whatever) from the
BAYES_99 test, and all remaining tests are shortcircuited.

This is thus not the intended behavior of shortcircuit in several respects.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to