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\" <[EMAIL PROTECTED]>")
"To: =?utf-8?Q?F=C3=BCr_mich?= <[EMAIL PROTECTED]>"
ELISP> (setq mm-coding-system-priorities '(iso-8859-1))
(iso-8859-1)

ELISP> (rfc2047-encode-string "To: \"Für mich\" <[EMAIL PROTECTED]>")
"To: =?iso-8859-1?Q?F=FCr_mich?= <[EMAIL PROTECTED]>"
ELISP> 

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to