Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Dealing with returned mailby dave0 (Friar) |
on Jun 21, 2005 at 04:03 UTC ( [id://468558]=note: print w/replies, xml ) | Need Help?? |
First, you need to solve the problem of getting the bounce message. To do this, make sure that your SMTP envelope sender is the address that should receive bounces, and proper RFC-compliant mailservers will send the bounces there.
Once that's done, you can use Mail::DeliveryStatus::BounceParser to parse the bounce message and figure out what addresses to remove.
In Section
Seekers of Perl Wisdom
|
|