John Andersen wrote:
> Recommendation:  Get your bayes working first.

Agreed.  Here is a shot in the dark.  If the Berkeley DB version
upgaded and there were old db files on disk then those will need to be
upgraded to the new version otherwise the effect is that they will be
ignored.  Example:

  db4.2_upgrade bayes_seen
  db4.2_upgrade bayes_toks

You can use the'file' command to print out the BDB version number both
before and after.  Running spamassassin in test debug mode (with -tD)
should show something like this when it is working.

  [2391] dbg: bayes: tie-ing to DB file R/O /home/bob/.spamassassin/bayes_toks
  [2391] dbg: bayes: tie-ing to DB file R/O /home/bob/.spamassassin/bayes_seen
  [2391] dbg: bayes: found bayes db version 3
  [2391] dbg: bayes: DB journal sync: last sync: 1157381393

And a failure when it is not working.

Bob

Reply via email to