----- Original Message -----
From: "Matt Kettler" <[EMAIL PROTECTED]>
To: "List" <[EMAIL PROTECTED]>
Cc: <users@spamassassin.apache.org>
Sent: Wednesday, November 02, 2005 2:49 AM
Subject: Re: 3.10 configure
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_)****
My problem is I do not have rewrite_subject 1 and subject_tag [SPAM] in the
local.cf file. But i got these warnings when i run spamassassin -D --lint.
Is there any other files which i have to look into?