https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3109
--- Comment #82 from Amos <[email protected]> 2009-06-07 16:36:20 PST --- There seems to be a bug in the shortcircuit implementation in 3.2.5 -- the "spam" and "ham" classifications skip remaining tests, but don't adjust the score (as they should). For clarification, as an example: on my system, following the defaults, the spam threshold is 5, BAYES_99 is set to give a score of 3.5, and BAYES_99 is also set to shortcircuit as spam. Any mail that triggers BAYES_99 goes straight to the Inbox as ham, because although it shows shortcircuit=spam, it also shows a final score of 3.5, and therefore as not spam. The shortcircuit ham classification seems to have the same bug (it doesn't adjust the score, it just skips tests). The shortcircuit "on" classification seems to work fine. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
