Displaying 1 result from an estimated 1 matches for "bayes_auto_learn".
2005 May 16
0
SpamAssassin - bayes: bayes db version 0 is not able to be used, aborting!
...d over again.
spamassassin --lint -D 2>&1 | grep bayes
bayes: bayes db version 0 is not able to be used, aborting! at
/usr/lib/perl5/vendor_perl/5.8.0/Mail/SpamAssassin/BayesStore/DBM.pm line
160.
I have SpamAssassin 3.0.3 installed:
/etc/mail/spamassassin/local.cf contains:
use_bayes 1
bayes_auto_learn 1
bayes_path /etc/mail/spamassassin/bayes
Once an hour I run a shell script against one of my mailboxes (in mdir
format):
for * in file;
do
sa-learn -C /etc/mail/spamassassin --spam "$file"
done
However this seems to result in a version 0 database.
Running sa-learn --sync will make...