I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-06-23 16:02:35-07 by codonnell
is_bounce() returns true for non-bounces?

it appears that $bounce->is_bounce() returns true by default, even on human replies and random emails, which is unexpected. do you need to pre-parse incoming mail to see if it looks like a bounce before passing it to Mail::DeliveryStatus::BounceParser for confirmation of the fact?

thanks.

chuck

Direct Responses: 1694 | Write a response
Posted on 2006-01-24 12:23:45-08 by scotwebshops in response to 647
Re: is_bounce() returns true for non-bounces?
I had similar results with the latest version. A sample usage of BounceParser is here which checks the return-path header before using BounceParser. A similar check in my application greatly improved the bounce parsing accuracy.
Direct Responses: Write a response