Bug 374 - Typo in TAGGING section of man page
Summary: Typo in TAGGING section of man page
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 2.20
Hardware: Other other
: P2 minor
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 14:58 UTC by Daniel Rall
Modified: 2002-06-01 15:23 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Rall 2002-05-31 14:58:53 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
Comment 1 Craig Hughes 2002-06-01 23:23:38 UTC
Thanks.  patch committed.