Bug 7870 - [PATCH] Mail::SpamAssassin::Conf "body" clarification
Summary: [PATCH] Mail::SpamAssassin::Conf "body" clarification
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Documentation (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: All All
: P2 minor
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-03 05:31 UTC by jidanni
Modified: 2022-04-03 09:14 UTC (History)
1 user (show)



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 jidanni 2020-11-03 05:31:49 UTC
Mail::SpamAssassin::Conf says

           All body paragraphs (double-newline-separated blocks text) are
           turned into a line breaks removed, whitespace normalized single
           line.  Any lines longer than 2kB are split into shorter separate

That is hard to read. Try:

           All body paragraphs (double-newline-separated blocks text) are
           turned into a linebreaks-removed, whitespace-normalized, single
           line.  Any lines longer than 2kB are split into shorter separate

Here I
1. Just like you say whitespace instead of white space, I say linebreaks
instead of line breaks.

2. Added dashes for better readability.

3. Added a bonus comma.
(The above is a patch. Though not a real diff patch.)
Comment 1 Henrik Krohns 2022-04-03 09:14:35 UTC
Sending        trunk/lib/Mail/SpamAssassin/Conf.pm
Transmitting file data .done
Committing transaction...
Committed revision 1899530.