Filter mail log for bounces
I needed a simple way to find hard bounces from a mail log yesterday. Usually, you hook up a script to listen for bounced messages at an email address like "list-bounces@example.com". The script receives an email message and parses it to figure out if and why it bounced. I decided to take the opposite approach, […]