https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7704
Bug ID: 7704
Summary: Document rawbody further
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Users read
rawbody SYMBOLIC_TEST_NAME /pattern/modifiers
Define a raw-body pattern test. "pattern" is a Perl regular
expression. Note: as per the header tests, "#" must be escaped
("\#") or else it is considered the beginning of a comment.
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. Multiline expressions will need to be used to match
strings that are broken by line breaks.
You need to add an example of a multiline expression.
P.S.,
if
rawbody X /ABC/
matches, but
rawbody X /.ABC/
and
rawbody X /\nABC/
don't match, then tell users the correct way to say
rawbody X /^ABC/xyz (or whatever modifiers to actually get it to match)
--
You are receiving this mail because:
You are the assignee for the bug.