Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Address CPAN distribution.

Report information
The Basics
Id: 15572
Status: resolved
Priority: 0/
Queue: Email-Address

People
Owner: Nobody in particular
Requestors: apost [...] recalcitrant.org
Cc:
AdminCc:

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



Subject: Improperly finds decoy address in phrase
The following address breaks Email::Address 1.80: "Foo Bar <decoy@domain.foo>" <actual@otherdomain.foo> The attached patch fixes this case, at the cost of slowing the module slightly.
Download patch
application/octet-stream 1.1k

Message body not shown because it is not plain text.

From: apost [...] recalcitrant.org
[guest - Sun Nov 6 14:19:39 2005]: Show quoted text
> The following address breaks Email::Address 1.80: > "Foo Bar <decoy@domain.foo>" <actual@otherdomain.foo> > > The attached patch fixes this case, at the cost of slowing the module > slightly.
Er, I guess the regexes introduced in the patch should probably have trailing /o modifiers. Sorry about that.
The bug is definitely there, but these patches break other things. Applied at https://github.com/rjbs/Email-Address/tree/rt-15572 for anybody else to see. -- rjbs
I believe this is fixed in Email-Address-1.904 -- rjbs