List wrote: > Hi, > > spamassassin -D --lint gave me these warnings:- > > [13147] warn: config: failed to parse line, skipping: rewrite_subject 1 > [13147] warn: config: failed to parse line, skipping: subject_tag [SPAM] > > Below is my local.cf. Where does those come about? >
As of SA 3.0.0 those options no longer exist.. please read the UPGRADE file for details. http://svn.apache.org/repos/asf/spamassassin/branches/3.1/UPGRADE To help you, here's the relevant bits from the "Note for Users Upgrading to SpamAssassin 3.0.x" section: ------------- - 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_)**** --------------