Hi Allie,

Monday, August 12, 2002 at 05:32 GMT -0500, was when inspiration
required Allie Martin to write:

> I don't see why

> (?ims)^CC:.*[EMAIL PROTECTED]

> shouldn't work.

Just be slightly careful. Yours will match if Dwight's address appears
*anywhere* in the headers after the CC line. That includes the To: or
From: or any other header (however rare that might be.)

A more restricted regexp would look something like:

(?im-s)^CC:.*?(\n\s.*)*([EMAIL PROTECTED])

-- 
Thanks for writing,
 Januk Aggarwal

Despite these words, this page is blank.


______________________________________________________
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to