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

           Summary: Conf.pm code broken
           Product: Spamassassin
           Version: 3.0.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When restarting MailScanner the console reports...
mail spamd[8877]: Argument "score" isn't numeric in addition (+) 
at /usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Conf.pm line 238 ...
... this is the extract... (last code line shown here is 238)
 
      # Set the actual scoreset values appropriately
        for my $index (0..3) {
          my $score = $relative ?
            $self->{scoreset}->[$index]->{$rule} + $scores[$index] :
            $scores[$index];

          $self->{scoreset}->[$index]->{$rule} = $score + 0.0;
        }

... what do I do to fix it ?



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

Reply via email to