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