On Sat, 2003-11-01 at 00:03, Jonathan Angliss wrote: > Does anybody know if it's possible to run regex expressions on an > email with an HTML part only? I need to extract information from a > IIS server report, but it's sent in HTML only. I'm fairly > fortunately again (like my spam reports), I have a bunch of fixed > text anchors to work from, but it's pretty useless if I cannot run > the regex on html parts :)
I was playing around with this, and realised that it doesn't exactly work as I was expecting it, in fact, it works a little better. It seems TB automagically gives you the %Text data macro to use for the processing, instead of the raw HTML. This is good as I then don't have to worry about any nasties popping up such as <li> for example. Thanks for Januk's replies to my last email on "E-Mail Analysis, and some regex" (msgid:[EMAIL PROTECTED]), I was able to adapt the solution he gave me to pull the info I wanted out of the IIS report. Now to appease the management gods with such glorious information ;) Thanks -- Jonathan Angliss <[EMAIL PROTECTED]> ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
