You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/01/29 20:09:46 UTC

svn commit: rev 6350 - incubator/spamassassin/trunk/lib/Mail/SpamAssassin

Author: felicity
Date: Thu Jan 29 11:09:45 2004
New Revision: 6350

Modified:
   incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
Log:
fixed up some doco test bits

Modified: incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
==============================================================================
--- incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	(original)
+++ incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	Thu Jan 29 11:09:45 2004
@@ -2212,9 +2212,9 @@
 
 Define a raw-body pattern test.  C<pattern> is a Perl regular expression.
 
-The 'raw body' of a message is the text, including all textual parts.
-The text will be decoded from base64 or quoted-printable encoding, but
-HTML tags and line breaks will still be present.
+The 'raw body' of a message is the raw data inside all textual parts.
+The text will be decoded from base64 or quoted-printable encoding,
+but HTML tags and line breaks will still be present.
 
 =item rawbody SYMBOLIC_TEST_NAME eval:name_of_eval_method([args])
 
@@ -2236,9 +2236,9 @@
 
 Define a full-body pattern test.  C<pattern> is a Perl regular expression.
 
-The 'full body' of a message is the un-decoded text, including all parts
-(including images or other attachments).  SpamAssassin no longer tests
-full tests against decoded text; use C<rawbody> for that.
+The 'full body' of a message is the fully pristine message body, including
+all parts (including images or other attachments), MIME boundaries,
+etc.
 
 =item full SYMBOLIC_TEST_NAME eval:name_of_eval_method([args])