procmail
[Top] [All Lists]

Re: What's the difference between "* ^TO*xxx" and "* ^To:.*xxx"

1999-06-04 03:50:30
Alexander Langer wrote:

* TO*(_at_)dom(_dot_)com
* To:(_dot_)*(_at_)dom(_dot_)com
The second matches "to:", then "any (including zero) number of
characters", then "@dom.com" (slop the period).

I thought the second matches at least one character.

No, that would be the case with "+" instead of "*".

/HW