Also be sure you have something like the following section... (replace amavis with whatever you prefer or use). "bayes" in line 2 is a bayes db file prefix and not a directory.
use_bayes 1 bayes_path /var/amavis/.spamassassin/bayes bayes_auto_learn 1
Run sa-learn --rebuild or sa-learn --sync to rebuild bayes, and make sure you have proper rights to that directory...
That should fix the problems.
RO
David Newman wrote:
On Thu, 16 Dec 2004, Loren Wilton wrote:
interested in particular in four parse errors:
debug: config: SpamAssassin failed to parse line, skipping:
rewrite_subject 1
debug: config: SpamAssassin failed to parse line, skipping: subject_tag $
*****SPAM*****
debug: config: SpamAssassin failed to parse line, skipping:
use_terse_report 0
debug: config: SpamAssassin failed to parse line, skipping: auto_learn $ 1
Again, why are these failing to be parsed, and how can I correct the issue?
RTFM. These are 2.6x options and have been changed to other things in 3.0.
The docs cover some of these but not all. Neither the USAGE nor the UPGRADE files describe what to use in place of use_terse_report in 3.0.
I never had 2.xx on my system. I installed 3.0 from ports. Now I have options that don't work and a maillog full of entries like this:
spamd[1166]: Cannot write to /nonexistent/.spamassassin/user_ prefs: No such file or directory
I don't know how to fix this, and it's *not* covered in the docs. Thanks for any guidance on corrective action.
dn