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

           Summary: Everything being autolearned as ham
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P1
         Component: Learner
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If bayes and auto-learning are both on, when the PerMsgStatus::Learn()
recomputes the score using a non-bayes scoreset, then $hits remains zero, since
the else clause code block where it's recomputed has the following:

   my $hits = $self->get_nonlearn_nonuserconf_hits();

Note the "my", restricting it to that code block.  (Bugger!  No wonder so much
spam was getting BAYES_00)



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

Reply via email to