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





------- Additional Comments From [EMAIL PROTECTED]  2004-08-21 22:05 -------
Subject: Re:  [review] mails hitting BAYES_99 should not be autolearned as ham

On Sat, Aug 21, 2004 at 09:47:05PM -0700, [EMAIL PROTECTED] wrote:
> as far as I can see, $self->{learned_points}, $self->{body_only_points} &
> $self->{head_only_points} should be reset to 0 at the start of
> get_autolearn_points(); that can get called more than once and they'll
> accumulate.

hrm.  good point.  yeah, in theory the function should only ever get
called once by the autolearn function, but in actuality whatever that
evaltest is calls it as well, so ...

is there a reason the evaltest makes the call?  /me checks into it

damn it!  the evaltest is the AWL trying to figure out what score to use!
so now the problem is that AWL and autolearn were calling the same
function, which didn't really work for autolearn, and now it doesn't
work for AWL.

urg, spaghetti code! <G>

/me tries fixing again





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

Reply via email to