> I need to extract from the IMAIL  logs the To: field and the From:
> field for any email that was sent to or received from a particular
> domain. ... Any ideas?

There is a free program that analyzes the log files, you can find a link to it on 
Ipswitch's web site.

Otherwise, you'll need to deal with the log files yourself.  It should be pretty easy 
using a scripting (or real) language to go through every line of the log files, search 
for "rdeliver hotmail.com".  The next string is the recipient ([EMAIL PROTECTED]), and 
further along is the sender ([EMAIL PROTECTED]).
                               -Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to