jimsheffer wrote:
> Hi everyone.
>
> I've just set up a new mail server running the latest version of
> spamassassin.
>
> I'm getting ready to add some extra rules, and RDJ.
> I ran lint -D on the basic config file I have for sa to see what I get
> before adding a bunch of rule files, and got the following errors: (I
> believe these are 2 of the 3- the other was razor I think- snipped out all
> the other stuff for briefness, but have it all if needed :)
>
> Can someone help me out to decifer what they meanand what I need to do
> before proceeding with other rules?
>
> Thanks!
>
> config: SpamAssassin failed to parse line, skipping: rewrite_subject 0
> config: SpamAssassin failed to parse line, skipping: always_add_headers 1
> config: SpamAssassin failed to parse line, skipping: auto_learn
> 1
> debug: using "/Users/admin/.spamassassin" for user state dir
> debug: bayes: no dbs present, cannot tie DB R/O:
> /Users/admin/.spamassassin/bayes_toks
> debug: Score set 1 chosen.
>
>
> debug: bayes: no dbs present, cannot tie DB R/O:
> /Users/admin/.spamassassin/bayes_toks
>
>
> lint: 3 issues detected. please rerun with debug enabled for more
> information.
>
> Jim Sheffer,
>
> OmniPilot Software http://www.omnipilot.com
> Systems Administrator [EMAIL PROTECTED]
>
>
>
>
>


These issues:
<quote>
config: SpamAssassin failed to parse line, skipping: rewrite_subject 0
config: SpamAssassin failed to parse line, skipping: always_add_headers 1
config: SpamAssassin failed to parse line, skipping: auto_learn
</quote>

are because those options are depreciated.
use instead:

rewrite_subject is now rewrite_header Subject <string>

always_add_headers is replaced with the add_header command (see the man pages for that)

auto_learn is now bayes_auto_learn

HTH

--
Thanks,
James

Reply via email to