twofers wrote:
> [22325] dbg: bayes: tie-ing to DB file R/O /root/.spamassassin/bayes_toks
> [22325] dbg: bayes: tie-ing to DB file R/O /root/.spamassassin/bayes_seen
> [22325] dbg: bayes: found bayes db version 0
> bayes: bayes db version 0 is not able to be used, aborting! at 
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesStore/DBM.pm line 196.
> [22325] dbg: config: score set 1 chosen.
> [22325] dbg: bayes: tie-ing to DB file R/O /root/.spamassassin/bayes_toks
> [22325] dbg: bayes: tie-ing to DB file R/O /root/.spamassassin/bayes_seen
> [22325] dbg: bayes: found bayes db version 0
> bayes: bayes db version 0 is not able to be used, aborting! at 
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesStore/DBM.pm line 196.
>   [EMAIL PROTECTED] .spamassassin]# sa-learn --dump data
>   bayes: bayes db version 0 is not able to be used, aborting! at 
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesStore/DBM.pm line 196.
>   bayes: bayes db version 0 is not able to be used, aborting! at 
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesStore/DBM.pm line 196.
>   ERROR: Bayes dump returned an error, please re-run with -D for more 
> information

The perl db code is not able to use those files (unable to tie those
to a perl hash data structure) and is reporting errors.

What is the output of these commands?

  ls -l /root/.spamassassin/bayes_toks /root/.spamassassin/bayes_seen

If those exist then what information does 'file' report about them?

  file /root/.spamassassin/bayes_toks /root/.spamassassin/bayes_seen

Bob

Reply via email to