Subject: | weird message bug |
Date: | Fri, 28 Jul 2006 19:45:56 -0700 |
To: | bug-Mail-DeliveryStatus-BounceParser [...] rt.cpan.org |
From: | Will Yardley <cpan [...] veggiechinese.net> |
Perl is 5.8.0 on RHEL 3.7
module is latest version (1.511)
Problem:
Certain junk messages (see attached) make the module barf.
I don't think the module should even think that this message IS a
bounce, and the results I get from it are really strange.
I piped the message to the following simple program:
#!/usr/bin/perl
use Data::Dumper;
use Mail::DeliveryStatus::BounceParser;
my $bounce = eval { Mail::DeliveryStatus::BounceParser->new( \*STDIN) };
print Dumper $bounce;
Second file attached (mail-deliverystatus-bounceparser-dump.txt) is the
output.
w
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.