tag 528617 upstream
tag 528617 patch
thanks
Alexander Wirt schrieb am Thursday, den 14. May 2009:
> Package: mhonarc
> Version: 2.6.16-1
> Severity: important
> Tags: l10n
>
> Hi,
>
> we are using mhonarc for the listarchives of lists.debian.org, since
> the upgrade to lenny we have problems with e-mails that have multibyte
> characters inside see [1] for an example.
>
> Afaik currently tell this hits only messages that are encoded with qp
> or base64, but not clean 8bit messages.
>
> Processing the same mbox with etch works without problems. I'm
> currently working on that problem, but having somebody more familiar
> with the code would be better.
Problem found. Perl 5.10 changed its unpack() semantic. A patch for Debian
could look like:
-$char = unpack('U0U*',$1);
+$char = unpack('C0U*',$1);
in MHonArc/CharEnt.pm
I also filled an upstream bugreport:
https://savannah.nongnu.org/bugs/index.php?26577
Alex
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]