info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC 2047 encoded headers are causing unbalanced '"'


From: Reiner Steib
Subject: Re: RFC 2047 encoded headers are causing unbalanced '"'
Date: Thu, 01 Mar 2007 23:01:57 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

On Thu, Mar 01 2007, Enrico Scholz wrote:

> | "Für mich" <foo>
>
> (first name is an 'F' plus a german &uuml; umlaut). Gnus encodes this as
>
> | =?iso-8859-1?Q?=22F=FCr?= mich" <foo>
>
> which is rejected by sendmail with
>
> | DSN: =?iso-8859-1?Q?=22F=FCr?= mich" <foo>... Unbalanced '"'

> I am using Gnus v5.10.7 with "XEmacs 21.5 (beta27) "fiddleheads"

This problem (I'm unsure if it's a bug) has been fixed in the stable
branch and in the trunk.  I'm not sure if the change was after the
release of 5.10.8 or not.

$ emacs22 -Q -f ielm

ELISP> (require 'rfc2047)
rfc2047
ELISP> (rfc2047-encode-string "To: \"Für mich\" <foo@bar>")
"To: =?utf-8?Q?F=C3=BCr_mich?= <foo@bar>"
ELISP> (setq mm-coding-system-priorities '(iso-8859-1))
(iso-8859-1)

ELISP> (rfc2047-encode-string "To: \"Für mich\" <foo@bar>")
"To: =?iso-8859-1?Q?F=FCr_mich?= <foo@bar>"
ELISP> 

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]