You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/04/03 09:14:30 UTC

svn commit: r1899530 - /spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Author: hege
Date: Sun Apr  3 09:14:29 2022
New Revision: 1899530

URL: http://svn.apache.org/viewvc?rev=1899530&view=rev
Log:
Bug 7870 - Mail::SpamAssassin::Conf "body" documentation clarification

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=1899530&r1=1899529&r2=1899530&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Sun Apr  3 09:14:29 2022
@@ -3195,7 +3195,7 @@ should be written portably - to match "a
 both LATIN1 and UTF8 raw byte variants: /(?:\xE4|\xC3\xA4)/
 
 All body paragraphs (double-newline-separated blocks text) are turned into a
-line breaks removed, whitespace normalized single line.  Any lines longer
+linebreaks-removed, whitespace-normalized, single line.  Any lines longer
 than 2kB are split into shorter separate lines (from a boundary when
 possible), this may unexpectedly prevent pattern from matching.  Patterns
 are matched independently against each of these lines.
@@ -3204,6 +3204,9 @@ Note that by default the message Subject
 body and becomes the first line when running the rules. If you don't want
 to match Subject along with body text, use "tflags RULENAME nosubject".
 
+See C<https://wiki.apache.org/SpamAssassin/WritingRules> for more
+information.
+
 =item body SYMBOLIC_TEST_NAME eval:name_of_eval_method([args])
 
 Define a body eval test.  See above.