My application is delivering automated E-mail notifications to the registered users. I would like to find a way to use the undeliverable mail notifications sent by the remote servers to save the E-mail addresses as failed. In other words, I would ideally want to find a way to, when an undeliverable mail notice is received, execute a program with the E-mail as argument.
-- Pierre