SA Bugzilla – Bug 374
Typo in TAGGING section of man page
Last modified: 2002-06-01 15:23:38 UTC
The "report_header 1" option is given in an example as "report_header = 1". I've only recently started using SpamAssassin (which ROCKS!), but my limited experience leads me to believe that this is incorrect (it's inconsistant with the other examples and with my user_prefs file). This patch against CVS HEAD of today (Fri May 31, 2002) ought to fix things: Index: spamassassin.raw =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/spamassassin.raw,v retrieving revision 1.42 diff -u -u -r1.42 spamassassin.raw --- spamassassin.raw 22 May 2002 16:43:28 -0000 1.42 +++ spamassassin.raw 31 May 2002 21:56:12 -0000 @@ -468,7 +468,7 @@ =item X-Spam-Report: header for spam mails The SpamAssassin report is added to the mail header if -the C<report_header = 1> configuration option is given. +the C<report_header 1> configuration option is given. =item Content-Type: header
Thanks. patch committed.