On Thu, 15 May 2014 12:18:25 -0800 Kevin Miller <kevin_mil...@ci.juneau.ak.us> wrote:
> I implemented a rule that looks for multiple breaks for just that > reason. Can't remember where I "stole" it from - probably some folks > here helped me with it a few years ago. Can't remember who, but > appreciated the assistance. I am trying to do a variant of this for text/plain, as that is the type I mostly face now. But I cannot get it to work. header __LOCAL_PLAIN_ASCII Content-Type =~ /text\/plain; *charset="us-ascii"/i rawbody __LOCAL_MUCHO_BLANKS /\n{10,}/m meta LOCAL_PLAIN_ASCII_MUCHO_BLANKS (__LOCAL_PLAIN_ASCII && __LOCAL_MUCHO_BLANKS) Feeding message into --debug shows __LOCAL_MUCHO_BLANKS never matches. What am I doing wrong? -- Please *no* private copies of mailing list or newsgroup messages.