----- Original Message ----- 
From: "KathyJ" <[EMAIL PROTECTED]>

> I was kinda hoping for a utility program that would allow me to do this
> without opening each one in notepad. :\

Kathy, if you go out and grab the free Win32 UNIX utilities at:
http://unxutils.sourceforge.net/, you can then run a simple script like the
following:

head -25 d*.smd | egrep -i "^(from:|to:|subject)" | usort -i | uniq -ic |
usort

and output a list of the To:, From:, and Subject: fields from the headers,
which should help you to determine if there is a huge number of duplicate
messages (mail loop) or bogus sender (spammer) or non-existent recipients.

Good luck!

Bill


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to