premj has asked for the wisdom of the Perl Monks concerning the following question:

i need to read a bounced mail from my mail server ( sendmail) and get the bounced email address from the bounced message. i am able to read the mails by POP3Client.pm but after that i have to do pattern matching to get the bounced email addresses. Is there any module available which has a method to get the same from a bounced mail ( instead of doing pattern matching ) . can anyone help me ?

Replies are listed 'Best First'.
Re: perl module to read a bounced mail
by HyperZonk (Friar) on Jul 24, 2001 at 08:39 UTC
    Mail::Address and Mail::Filter on CPAN will probably help you quite a bit. For more functionality, check out the other Mail:: modules.

    -HZ
Re: perl module to read a bounced mail
by miyagawa (Chaplain) on Jul 24, 2001 at 10:03 UTC