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