Mailing List Archive

[Bug 2895] New: rawbody description should be explicit about how tests are applied
http://bugzilla.spamassassin.org/show_bug.cgi?id=2895

Summary: rawbody description should be explicit about how tests
are applied
Product: Spamassassin
Version: 2.61
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P4
Component: Documentation
AssignedTo: spamassassin-dev@incubator.apache.org
ReportedBy: krader+sabugzilla@skepticism.us


The description for rawbody tests should be explicit that the tests are applied
to the body one line at a time. Thus making it impossible to construct a pattern
intended to match across multiple lines. Suggested context diff below.

--- Conf.pm.orig 2004-01-03 11:11:10.000000000 -0800
+++ Conf.pm 2004-01-03 11:10:12.000000000 -0800
@@ -2075,7 +2075,8 @@

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.
+HTML tags and line breaks will still be present. The test pattern is
+applied to each individual line; thus, multiline patterns won't work.

=item rawbody SYMBOLIC_TEST_NAME eval:name_of_eval_method([args])



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.