>How did you find the user with so many email messages?

It is a mailbox of mine, where I redirect all messages cought by
the nobody-alias. Had no time to check for mislead msgs the last
few days, so it grew...

I do not know of a "official" way to get the message count of all
users; right now I am fiddling around with the findstr command:

findstr /C:"Status: U" <username>.mbx > log1.txt
findstr /N /C:"Status: U" log1.txt > log2.txt

While I assume that each message has only 1 line "Status" in the
header. The total number of messages would be indicated in the
last line of log2.txt.
Next step will be to create a for-instruction to do it on all user
dirs in all domains.

BTW, since the msg count is below 1300, iwebmsg works fine
again... but I am not sure whether this was the cause.

HTH
Chris


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