Typical sysadmin task:
Find all emails in the entire mailstore from/to <user@somedomain.com>
zmmboxsearch -q "user@somedomain.com" -m "*" -l 1000 -d /var/tmp
results in ~100 emails.
Now I have these ~100 individual files.... how do I either:
- read them preserving the HTML view and attachments
- forward them to my email account preserving the attachments.
Thanks!


LinkBack URL
About LinkBacks

