On Wed, Sep 15, 2004 at 02:27:29PM -0500, Michael Weber wrote:
> I just installed SA 3.0 RC5 on my test server.  The problem is, the
> subject line is not being modified even though all the other headers are
> there.
> 
> What did I miss?
> 
> Here's the lines from my local.cf.  
> 
> Thanx!
> 
> -Michael
> 
> always_add_headers      1
> report_safe             0
> rewrite_subject         1
> rewrite_header          %%SPAM%%% (_SCORE_)
> dns_available           yes
> subject_tag             %%SPAM%%% (_SCORE_)
> use_terse_report        1
> ok_locales              en
> ok_languages            en
> 

Hi Michael,

Here is what you missed:

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


Michael

Reply via email to