http://bugzilla.spamassassin.org/show_bug.cgi?id=3704
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2005-03-05 23:56 -------
apparently I spoke too soon about that patch ... working on it some more, at
the autolearn stage, the bayes db may not be tied, so we can't do something
simple like "if seen, don't bother autolearning at all".
a patch was committed though, r156296.
it added an option to init_learner() called "no_relearn" which gets checked in
Bayes::learn_trapped(), and skips learning if the message was already learned as
the opposite type. so the patch sets this before doing the autolearn learn()
call, and resets the learn state after learn() completes.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.