Theo Van Dinter writes:
> body rules aren't run on lines, they're run on paragraphs,
> so that text is in the middle of a string.

Matt Kettler writes:
> Use rawbody for this. Body rules have CR/LF stripped out.

Giving whole paragraphs to regexp is fine, but why are newlines
stripped out in 'body' rules?  Perl regexp modifiers m (and s)
would be handy:

body L_TEST  /^[A-Z]\s[A-Z]\s[A-Z]\s[A-Z]$/m

but as it stands now the m modifier is of no use in 'body' rules
(unlike in 'rawbody').

  Mark

Reply via email to