Subject: | RE: Mail::DeliveryStatus::BounceParser Module Version: 1.519 |
Date: | Mon, 22 Dec 2008 13:08:52 -0500 |
To: | <bug-Mail-DeliveryStatus-BounceParser [...] rt.cpan.org> |
From: | "Erin Murray" <efm [...] ams.org> |
I found out this is the line in _std_reason that is resulting in the false
user_unknown:
/no\s+(?:such\s+)?$user_re/i or # Gmail and
other
The email flagged as a bounce has the following text (which satisfies it):
Name: Joe Borzellino
Address: ...
You need to take the \s+ out of the parenthesis. Fixed line is as follows:
/no\s+(?:such)\s+?$user_re/i or # Gmail and
other
Thanks!
Show quoted text
-----Original Message-----
From: Erin Murray [mailto:efm@ams.org]
Sent: Monday, December 22, 2008 9:09 AM
To: 'bug-Mail-DeliveryStatus-BounceParser@rt.cpan.org'
Subject: Mail::DeliveryStatus::BounceParser Module Version: 1.519
I'm getting invalid user_unknown bounces and am currently debugging to try
and figure out why.
Meanwhile, I wanted to report some minor issues:
1) Your module fails to ignore vacation messages where vacation is spelled
with capital V
2) You should also ignore "[rR]eturn receipt" messages
Erin Murray
Business and Publications Computing Department
American Mathematical Society