Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-DeliveryStatus-BounceParser CPAN distribution.

Report information
The Basics
Id: 43210
Status: new
Priority: 0/
Queue: Mail-DeliveryStatus-BounceParser

People
Owner: Nobody in particular
Requestors: efm [...] ams.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.