Bug 614 - Add an option to turn off whitespace folding X-Spam-Status
Summary: Add an option to turn off whitespace folding X-Spam-Status
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 2.40CVS
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-29 06:37 UTC by Theo Van Dinter
Modified: 2002-08-14 09:05 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Adds a "fold_headers" configuration option to disable folding patch None Theo Van Dinter [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Van Dinter 2002-07-29 06:37:01 UTC
Whitespace folding the X-Spam-Status header makes it easier to read but harder
to parse.  I'd like to have a configuration option that disabled folding on a
per-user basis.
Comment 1 Theo Van Dinter 2002-07-29 06:53:29 UTC
Created attachment 244 [details]
Adds a "fold_headers" configuration option to disable folding
Comment 2 Theo Van Dinter 2002-07-29 06:53:55 UTC
The patch is against 2.31 but applies cleanly to the current 2.40CVS. :)
Comment 3 Daniel Quinlan 2002-08-06 00:29:49 UTC
does this have any effect on headers other than X-Spam ones?
Comment 4 Theo Van Dinter 2002-08-06 06:48:52 UTC
Subject: Re:  Add an option to turn off whitespace folding X-Spam-Status

On Tue, Aug 06, 2002 at 12:29:49AM -0700, bugzilla-daemon@hughes-family.org wrote:
> does this have any effect on headers other than X-Spam ones?

No.  In fact, it only matters for X-Spam-Status at the moment since the
other ones don't get folded.

Comment 5 Justin Mason 2002-08-14 17:05:35 UTC
OK, checked in. thx!