You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/19 03:57:29 UTC

[Bug 3063] New: Everything being autolearned as ham

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: spamassassin-dev@incubator.apache.org
        ReportedBy: matt@nightrealms.com


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.