I have Procmail entries like this one:
:0 * ^To:(.*\<)[EMAIL PROTECTED] { TAG=[mysql] }
Procmail has some special things you can put in a regexp. The rule
* [EMAIL PROTECTED]
should do what you want. See the "MISCELLANEOUS" section of procmailrc(5).
As an alternative, you could look for something else that's characteristic of this list. Look for something like a List-ID: header, or a Received: line from the mail server hosting the list.
-- "We actually do 100,000 pages or more a day in Bork" -- Marissa Mayer, Google Kenneth Herron [EMAIL PROTECTED] 916-366-7338 _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
