Do you have a sample local.cf file I can base my on? Right now this is what I have.
/etc/mail/spamassassin/local.cf required_hits 5.0 report_safe 0 rewrite_header Subject ** SPAM ** # Setup Bayesian Database Files bayes_path /home/spam/.spamassassin/bayes bayes_file_mode 0777 # Enable the Bayes system use_bayes 1 # Enable Bayes auto-learning bayes_auto_learn 1 Wilson -----Original Message----- From: Sergei Gerasenko [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 9:20 AM To: users@spamassassin.apache.org Subject: Re: Bayes not learning (autolearn=failed) Also, I would add the path to your "auto-whitelist" file by adding this to your local.cf: auto_whitelist_path /home/spam/.spamassassin/auto-whitelist On Mon, May 22, 2006 at 09:07:48AM -1000, Chan, Wilson wrote: > That seemed to fix it. I guess the default is to create a prefs path. > Thanks!