<quote who="David Kempe">

> :0
> * ^TO\/[EMAIL PROTECTED]
> .users.$MATCH/

First off, you probably mean ^TO_ (which matches all TO things, like Cc and
friends). How about this:

  :0
  * ^TO_.*[<]\/[EMAIL PROTECTED]
  .users.$MATCH/

That stanza matches non-@ characters after the first <, for all destination
specifications containing a specific address (TO_). You'll have to check if
it matches beyond the @; I don't think it will.

Pretty sure that's it, let us know if it works. :-)

- Jeff

-- 
linux.conf.au 2005: Canberra, Australia                http://linux.conf.au/
 
   "It's actually my new bandwidth conservation technique: compresion of
                     al double leters." - Telsa Gwynne
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to