extract recipient addresses from mailer-daemon messages
Posted
by Frank Peixoto
on Server Fault
See other posts from Server Fault
or by Frank Peixoto
Published on 2010-06-17T15:21:18Z
Indexed on
2010/06/17
15:24 UTC
Read the original article
Hit count: 385
I need generate and email to a mailing list administrator a list of email addresses that have generated a bounceback message, to allow him to clean up the mailing list.
A separate mailbox will be dedicated to receiving those messages, so I need to extract the recipients that have bounced.
What's the easiest way to extract those from the mail file for that special mailbox?
© Server Fault or respective owner