So I can remove those lines and change auto_learn to bayes_auto_learn?
 
Speaking of bayes, I also noticed this error:
 
debug: bayes: no dbs present, cannot tie DB R/O: 
/tmp/spamd-648-init/.spamassassin/bayes_toks
 
I read a thread somewhere that said I really didnt have to worry about that 
line. Should I be worried?
 
Thanks,
 
--Mike Carlson
[EMAIL PROTECTED]
http://www.uselessthoughts.com
 

________________________________

From: Matt Kettler [mailto:[EMAIL PROTECTED]
Sent: Thu 11/4/2004 10:32 AM
To: Mike Carlson; users@spamassassin.apache.org
Subject: Re: Errors reading local.cf



At 11:28 AM 11/4/2004, Mike Carlson wrote:
>Since I was in trying to figure out if URIDNSRBL was working I noticed a
>few more errors that were coming up:
>
>debug: config: SpamAssassin failed to parse line, skipping:
>rewrite_subject         1
>debug: config: SpamAssassin failed to parse line, skipping:
>subject_tag             (SPAM) _HITS_
>debug: config: SpamAssassin failed to parse line, skipping:
>use_terse_report        0
>debug: config: SpamAssassin failed to parse line, skipping:
>auto_learn              0

Those config options are obsolete and no longer supported in SA 3.0.

"auto_learn" never existed, it's always been bayes_auto_learn.

Please read the UPGRADE file for more details on the subject line stuff
http://spamassassin.apache.org/full/3.0.x/dist/UPGRADE


- The "rewrite_subject" and "subject_tag" configuration options were
   deprecated and are now removed. Instead, using "rewrite_header Subject
   [your desired setting]".  e.g.

     rewrite_subject 1
     subject_tag ****SPAM(_SCORE_)****

   becomes

     rewrite_header Subject ****SPAM(_SCORE_)****






Reply via email to