Learning error

2005-10-15 Thread Reinhard Haller
After updating from 3.0.4 to 3.1.0_3 I found the following message in the logfile: debug: auto-learning failed: Can't locate Mail/SpamAssassin/PerMsgLearner.pm in @INC (@INC contains: lib ../lib /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/

Re: Bayes learning error

2005-06-20 Thread Matt Kettler
At 09:52 AM 6/20/2005, Robert Swan wrote: I am getting an error when I run manual learning “sa-learn –ham” . Has anyone seen this before or have a clue how to fix it debug: bayes: DB_File module not installed, cannot use Bayes As it says, you need to install DB_File. This is going to be some

RE: Bayes learning error

2005-06-20 Thread Chris Russell
Hi Robert,    You need to install the DB_File perl module. Do the following:   perl -eshell -MCPAN install DB_File     Cheers,   Chris   From: Robert Swan [mailto:[EMAIL PROTECTED] Sent: 20 June 2005 14:53To: users@spamassassin.apache.orgSubject: Bayes learning error I am getting an

Bayes learning error

2005-06-20 Thread Robert Swan
I am getting an error when I run manual learning “sa-learn –ham” . Has anyone seen this before or have a clue how to fix it   debug: bayes: DB_File module not installed, cannot use Bayes      I am using Redhat, spamassassin 3.03 spamd,spamc, postfix     thanks     Robert Swan