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 ?