You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by William Taylor <wi...@corp.sonic.net> on 2008/04/21 03:30:31 UTC

Error using -r

Getting this error when running spamassassin -r < ./MYSPAM
I have bayes disabled so it shouldn't even be running this I think.
If I enable bayes it doesn't do this.
Plus I just the last version I was running didn't do this I think it was
3.1.9 what ever is in the default Centos tree.

Running version 3.2.4

Can't call method "learn" on an undefined value at
/usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/PerMsgLearner.pm line
109.
Offending Line:
  # to forget it's training.
  $self->{learned} = $self->{bayes_scanner}->learn (1, $self->{msg}, $id);

Thanks,
 William