You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/08/23 18:09:58 UTC

[Bug 3718] Mail::SpamAssassin::Conf - report_safe, remove_header all Report

http://bugzilla.spamassassin.org/show_bug.cgi?id=3718





------- Additional Comments From felicity@kluge.net  2004-08-23 09:09 -------
Subject: Re:  New: Mail::SpamAssassin::Conf - report_safe, remove_header all Report

On Mon, Aug 23, 2004 at 02:05:54AM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> in Manual Mail::SpamAssassin::Conf it is not entirely clear that simply
> adding this line will now work:
> 
>        always_add_report { 0 | 1 }   (default: 0)
>            ...
>            option instead:
> 
>            add_header all Report _REPORT_

??  always_add_report doesn't exist in 3.0.  it's not in the Conf POD at all.

> Please clarify this by stating that it is mandatory to set
> report_safe before touching "Report" setting. Like this:
>         report_safe             0
>         remove_header all Report
> This will not work:
>         remove_header all Report
>         report_safe             0

So the current documentation isn't clear?:

If [report_safe] is set to 0, incoming spam is only modified by adding
some C<X-Spam-> headers and no changes will be made to the body.  In
addition, a header named B<X-Spam-Report> will be added to spam.  You
can use the B<remove_header> option to remove that header after setting
B<report_safe> to 0.






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.