Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 66310
Status: resolved
Priority: 0/
Queue: MIME-tools

People
Owner: Nobody in particular
Requestors: TJENKINS [...] cpan.org
Cc:
AdminCc:

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



Hello, I'm getting the following error on some of our customers' emails with the 5.501 version of MIME::Words. Here is the error output: MIME::Words: unexpected case: (@@@friend_name@@@ Somethign more!) pos 0 Please alert developer. Here is a short script to reproduce the issue: #!/usr/bin/perl use strict; use MIME::Words; my $subj = '@@@friend_name@@@ Something more!'; my $dec = MIME::Words::decode_mimewords($subj); print $dec . "\n"; Thanks for taking a look, Tim
Subject: Re: [rt.cpan.org #66310]
Date: Wed, 2 Mar 2011 07:22:10 -0500
To: bug-MIME-tools [...] rt.cpan.org
From: "David F. Skoll" <dfs [...] roaringpenguin.com>
Hi, Show quoted text
> MIME::Words: unexpected case: > (@@@friend_name@@@ > Somethign more!) pos 0 > Please alert developer.
Please try the patch on Ticket #66025 at https://rt.cpan.org/Ticket/Display.html?id=66025 It should fix it. Regards, David.
Hi, This bug is fixed in MIME::tools 5.502 which I have just uploaded. It should be on CPAN within a few hours. Regards, David.