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 11:05:54 UTC

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

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

           Summary: Mail::SpamAssassin::Conf - report_safe, remove_header
                    all Report
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Documentation
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: climent@users.sourceforge.net


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_

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



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