UXB Internet wrote:
> Hi All,
>
> I know this is off topic but... I have an outlook folder with a few hundred
> emails in it and would like to run some type of program to read and extract
> all the IP numbers from the header information in the emails for that
> folder. Does anyone know of an automated tool to do such a thing? It is
> getting tedious doing it one email at a time.
Read it into a variable. Loop over the first part (until the first
whiteline, that's where the headers end) run a RegEx over it. Something
like "[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}"
Jochem
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists