On Thu, 22 May 2014 13:47:04 -0700 (PDT)
John Hardin <jhar...@impsec.org> wrote:

John> Regular expressions by default only consider a single line of
John> text.  You need to provide an option to say "treat multiple lines
John> as a single line". Try this:

>    rawbody RAW_BLANK_LINES_05 /(?:\r?\n){5,9}/m
>    rawbody RAW_BLANK_LINES_10 /(?:\r?\n){10,24}/m
>    rawbody RAW_BLANK_LINES_15 /(?:\r?\n){25}/m

James, see also the Bayes refinement thread where I posted about doing
the exact same thing.  Somehow John's multiline rules don't work for me,
either.  Kärsten was looking at it last I know.

-- 
Please *no* private copies of mailing list or newsgroup messages.

Reply via email to