Karsten Bräckelmann wrote: > Bob Proulx wrote: > > * ^X-Spam-Level: \*{10} > > Unfortunately, no. While procmail implements some flavor of "extended" > Regular Expressions, there are still quite some differences to other > regex engines, like egrep's or PCRE. Most notably, the repetition > operator {n} or {n,m} is not supported by procmail.
Drat! I hate giving wrong advice. Thanks for the correction! I had actually pulled that out if an egrep expression that I am actually using. My mistake was assuming that it would be the same in procmail's ERE engine. And you know what happens when I "assume". Thanks, Bob