in reply to detecting valid e-mail addresses using sendmail

I'd start with something based on Mail::DeliveryStatus::BounceParser.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: detecting valid e-mail addresses using sendmail

Replies are listed 'Best First'.
Re^2: detecting valid e-mail addresses using sendmail
by skx (Parson) on Jun 06, 2006 at 08:22 UTC

    Perhaps using Mail::Verify on addresses prior to sending mails would remove the need to process so many bounces?

    Steve
    --