procmail
[Top] [All Lists]

RE: A quick regex question

1998-02-24 12:36:00
----------
From:         3c9x5[SMTP:3c9x5(_at_)altabates(_dot_)com]

I've boiled it down to this:  q{4,}   does not seem to work for me...

        [...]

Is this not supported?  Is there a good work-around?

Try
    * qqqq+    # 3 "q"s followed by one or more "q"s
or
    * qqqqq*   # 4 "q"s followed by zero or more "q"s

Simeon

<Prev in Thread] Current Thread [Next in Thread>