Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* RFC 2047 encoded headers are causing unbalanced '"'
@ 2007-03-01 19:02 Enrico Scholz
  2007-03-01 22:01 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Enrico Scholz @ 2007-03-01 19:02 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 588 bytes --]

Hello,

I have problems to send mails to recipients having the form

| "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 '"'

Other mailers (e.g. ssmtp) mishandle this completely causing silently
lost mails.


I am using Gnus v5.10.7 with "XEmacs 21.5 (beta27) "fiddleheads" [Lucid]
(i686-redhat-linux, Mule) of Thu Jan 25 2007 on hammer2.fedora.redhat.com"
(Fedora 6).



Thx
Enrico

[-- Attachment #1.2: Type: application/pgp-signature, Size: 480 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFC 2047 encoded headers are causing unbalanced '"'
  2007-03-01 19:02 RFC 2047 encoded headers are causing unbalanced '"' Enrico Scholz
@ 2007-03-01 22:01 ` Reiner Steib
  2007-03-01 23:14   ` Enrico Scholz
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2007-03-01 22:01 UTC (permalink / raw)
  To: info-gnus-english

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFC 2047 encoded headers are causing unbalanced '"'
  2007-03-01 22:01 ` Reiner Steib
@ 2007-03-01 23:14   ` Enrico Scholz
  0 siblings, 0 replies; 3+ messages in thread
From: Enrico Scholz @ 2007-03-01 23:14 UTC (permalink / raw)
  To: info-gnus-english

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> 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.

thx; I will ask the XEmacs people (who are shipping the Gnus package)
about it...


Enrico

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-01 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 19:02 RFC 2047 encoded headers are causing unbalanced '"' Enrico Scholz
2007-03-01 22:01 ` Reiner Steib
2007-03-01 23:14   ` Enrico Scholz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).