Subject: | bug found in BounceParser-1.520 |
Date: | Wed, 11 Feb 2009 11:40:25 -0500 |
To: | <bug-Mail-DeliveryStatus-BounceParser [...] rt.cpan.org> |
From: | "Erin Murray" <efm [...] ams.org> |
BounceParser was not reporting the attached message as a bounce. My
investigation reveals the problem occurs between lines 471 and 478. For
some reason the only text being processed is the final piece of the message
("This mail is scanned by Ironport"). To correct, I've modified line 478 to
use $first_part instead:
push @{$self->{reports}},
$self->_extract_reports($first_part->as_string);
You may want to do something different.
Erin Murray
Message body is not shown because sender requested not to inline it.