From: R. Scott Baer [mailto:[EMAIL PROTECTED] > > I have modified /etc/mail/spamassassin/local.cf to use a shared > database of tokens, by setting the 'bayes_path' setting to a path > all users can read and write to. I have also set the > 'bayes_file_mode' setting to 0666 so that created files are shared > > I'm running on a FC3 system > Spamassassin Version: spamassassin-3.0.4-1.fc3 > spamass-milter Version: spamass-milter-0.3.0-1 > > both get started via /etc/rc3.d/... > > here is my /etc/mail/spamassassin/local.conf: > required_hits 5 > report_safe 0 > rewrite_header Subject [SPAM] > bayes_path /var/spamassassin/ > bayes_file_mode 0666 > auto_learn 1 > ok_languages en > ok_locales en
Bayes_path should end with a filename stub. Try this: bayes_path /var/spamassassin/bayes Bowie