At 11:00 PM 12/23/2005, Miles Muri wrote:
I'm trying to work through a problem where network tests don't seem
to be working.  Here's what I get from the debug on the command line:

BTW: SA 3.0.1 invoked through amavisd on Mac OS X Server 10.4.3



saskatoon:~ mmuri$ sa-learn --dump magic
ERROR: Bayes dump returned an error, please re-run with -D for more
information
saskatoon:~ mmuri$ sa-learn -D --dump magic


Based on the debug out, it sounds like your home directory of "/Network/Servers/ saskatoon.myserver.com/Users/mmuri/.spamassassin/bayes_toks" is unwritable. Check the permissions on the .spamassassin directory.



You also have a LOT of errors in your configuration, fix them and run spamassassin --lint to make sure you got them all (lint should just run and exit without printing anything)

debug: config: SpamAssassin failed to parse line, skipping: auto_learn 1

auto_learn was replaced with bayes_auto_learn in SA 2.50

debug: config: SpamAssassin failed to parse line, skipping:
safe_reporting 0

That's safe_report, not safe_reporting

debug: config: SpamAssassin failed to parse line, skipping:
use_terse_report 0

Obsolete, this is superceded by the report_template commands

debug: config: SpamAssassin failed to parse line, skipping:
subject_tag *** Warning: Junk Mail ***


debug: config: SpamAssassin failed to parse line, skipping:
rewrite_subject 0

subject_tag and rewrite_subject was replaced with rewrite_header Subject in SA 3.0.0.


Reply via email to