Lior Marantenboim wrote:
Hello everyone

I'm using SpamAssassin 3.0 and for some reason, rewrite_subject is not
working. It's set on 1 in my local.cf (I'm starting it with spamd).

Any clues?

Hi,

Read the upgrade doc.  rewrite_subject doesn't exist anymore.

From the UPGRADE file

- 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_)****

You should really read all the INSTALL, README, UPGRADE files before attempting an upgrade.

Regards,

Rick

Reply via email to