Thanks. I installed BerkeleyDB, DB_File, and corrected bayes_path as you indicated. No apparent change in behavior.

Any other thoughts?

Thanks,

Jonathan


Matt Kettler wrote:


At 06:37 PM 12/12/2003, J. S. Greenfield wrote:

bayes_path              /etc/mail/spamassassin/bayes
bayes_file_mode         0666

where both the bayes_path directory, and the spamd home directory (it's parent), are owned by spamd, and world writeable, at this point, for good measure.


There's part of your problem.. you should NOT have a directory named /etc/mail/spamassassin/bayes/

Read the docs.. the last part of bayes_path is part of a filename, not a directory name..

if you want to use /etc/mail/spamassassin/bayes/bayes_toks, you need:

bayes_path /etc/mail/spamassassin/bayes/bayes

I've tried creating the bayes_msgcount, bayes_seen and bayes_toks files (empty), [owned by spamd and file modes 0666]. But they remain empty, and autolearn=no remains in the header.


Don't create them, let SA make em for you.


Also make sure you have DB_File installed.. without that NO bayes will EVER run.




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to