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: 24142
Status: resolved
Priority: 0/
Queue: Email-Address

People
Owner: Nobody in particular
Requestors: cpan [...] chmrr.net
Cc:
AdminCc:

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



Subject: Quoting breaks Email::Reply
Email::Address 1.884 breaks Email::Reply, as it quotes overly much. I've not dug into it deeply -- Email::Reply's tests might be partially at fault -- but it looks at first glance like the output from Email::Address is not suitable to be fed back into it self to generate another email address. - Alex
On Fri Dec 29 12:43:45 2006, ALEXMV wrote: Show quoted text
> Email::Address 1.884 breaks Email::Reply, as it quotes overly much. > I've not dug into it deeply -- Email::Reply's tests might be partially > at fault -- but it looks at first glance like the output from > Email::Address is not suitable to be fed back into it self to generate > another email address.
I'm seeing this same bug. I've attached the output of Email::Reply t/test.t -- note the To: "\"\\"Casey West\\"\"" <human@earth.sol> and similar lines. - Kevin -- Kevin Riggle <kevinr@bestpractical.com> Best Practical Solutions, LLC
sad-girl-in-snow:~/src/Email-Reply-1.200 kevinr$ prove -lv ./t/test.t ./t/test....ok 1 - use Email::Reply; ok 2 - use Email::Simple; ok 3 - use Email::Simple::Creator; ok 4 - use Email::MIME::Modifier; ok 5 - use Email::Address; not ok 6 - simple reply matches # Failed test 'simple reply matches' # at ./t/test.t line 35. # got: 'From: casey@geeknest.com # To: alien@titan.saturn.sol # Subject: Re: Ping # # alien wrote: # > Are you out there? # # Welcome to Earth! # # ' # expected: 'From: <casey@geeknest.com> # To: <alien@titan.saturn.sol> # Subject: Re: Ping # # alien wrote: # > Are you out there? # # Welcome to Earth! # # ' not ok 7 - complex reply matches # Failed test 'complex reply matches' # at ./t/test.t line 65. # got: 'From: "\"Casey West\"" <human@earth.sol> # To: alien@titan.saturn.sol # Subject: Re: Ping # In-Reply-To: 1232345@titan.saturn.sol # References: 1232345@titan.saturn.sol # Cc: casey@geeknest.com, martian@mars.sol # MIME-Version: 1.0 # Content-Type: multipart/mixed; boundary="boundary42"; charset="us-ascii" # # # --boundary42 # MIME-Version: 1.0 # # Welcome to Earth! # # Quoth the raven: # %% Are you out there? # %% # %% # %% -- # %% The New Ones # # # # # --boundary42 # MIME-Version: 1.0 # Content-Type: message/rfc822; charset="us-ascii" # # To: casey@geeknest.com # From: alien@titan.saturn.sol # Subject: Ping # Cc: martian@mars.sol, "Casey" <human@earth.sol> # Message-ID: 1232345@titan.saturn.sol # # Are you out there? # # # -- # The New Ones # # # # # # --boundary42-- # ' # expected: 'From: Casey West <human@earth.sol> # To: <alien@titan.saturn.sol> # Subject: Re: Ping # In-Reply-To: <1232345@titan.saturn.sol> # References: <1232345@titan.saturn.sol> # Cc: <casey@geeknest.com>, <martian@mars.sol> # MIME-Version: 1.0 # Content-Type: multipart/mixed; boundary="boundary42"; charset="us-ascii" # # # --boundary42 # MIME-Version: 1.0 # # Welcome to Earth! # # Quoth the raven: # %% Are you out there? # %% # %% # %% -- # %% The New Ones # # # # # --boundary42 # MIME-Version: 1.0 # Content-Type: message/rfc822; charset="us-ascii" # # To: <casey@geeknest.com> # From: alien@titan.saturn.sol # Subject: Ping # Cc: martian@mars.sol, "Casey" <human@earth.sol> # Message-ID: 1232345@titan.saturn.sol # # Are you out there? # # # -- # The New Ones # # # # # # --boundary42-- # ' not ok 8 - reply to reply matched # Failed test 'reply to reply matched' # at ./t/test.t line 117. # got: 'From: alien@titan.saturn.sol # To: "\"\\"Casey West\\"\"" <human@earth.sol> # Subject: Re: Ping # In-Reply-To: 4506957@earth.sol # References: 1232345@titan.saturn.sol 4506957@earth.sol # # "Casey West" wrote: # > Welcome to Earth! # > # > Quoth the raven: # > %% Are you out there? # > %% # > %% # > %% -- # > %% The New Ones # # Welcome to Earth! # # ' # expected: 'From: <alien@titan.saturn.sol> # To: Casey West <human@earth.sol> # Subject: Re: Ping # In-Reply-To: <4506957@earth.sol> # References: <1232345@titan.saturn.sol> <4506957@earth.sol> # # Casey West wrote: # > Welcome to Earth! # > # > Quoth the raven: # > %% Are you out there? # > %% # > %% # > %% -- # > %% The New Ones # # Welcome to Earth! # # ' 1..8 # Looks like you failed 3 tests of 8. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6-8 Failed 3/8 tests, 62.50% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ./t/test.t 3 768 8 3 37.50% 6-8 Failed 1/1 test scripts, 0.00% okay. 3/8 subtests failed, 62.50% okay.
Fixed by 1.885. Thanks for the report. I apologize for the long delay! -- rjbs