On Wed, 2014-05-21 at 10:23 -0700, Ian Zimmerman wrote:

> 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?
> 
Looking for newlines rather than whitespace? Does /\s{10,}/m work any
better?


Martin
 


Reply via email to