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 erro