Hi Raj

> Dirk  -  I  tried  your  macro too but the output was like what is given below. The 
>entire
> e-mail id is not there.

> [EMAIL PROTECTED]

I guess it's because TB! break the Regex at the window bound because
the line is to long. And if you C&P it to the Template there are
something wrong (i guess a blank to mutch somewere).
Try press F9 to get the RAW message view and copy the RegEx from there

Or maybe the RexEx is not tolerant enough. But since the message are
generated by software (i guess) you could expect allways the same
formatting. But you could change the RegEx from

 \n    E\-mail\: (.*?)@(.*?)\n
to
 \n\s*E\-mail\:\s*(.*?)@(.*?)\n

If the formatting not allways the same.
 

cu,
 Dirk

-- 

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

Reply via email to