From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.bugs Subject: Re: bad rfc2047 encoding Date: Wed, 21 Aug 2002 19:06:45 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1029949625 7655 127.0.0.1 (21 Aug 2002 17:07:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 17:07:05 +0000 (UTC) Cc: bugs@gnus.org, bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hYwd-0001zJ-00 for ; Wed, 21 Aug 2002 19:07:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hYxn-0004yu-00; Wed, 21 Aug 2002 13:08:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hYwn-0004pM-00 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2002 13:07:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hYwj-0004nr-00 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2002 13:07:07 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hYwi-0004nO-00 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2002 13:07:04 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g7LH6j9C026235; Wed, 21 Aug 2002 19:06:47 +0200 Original-To: Dave Love X-Hashcash: 0:020821:d.love@dl.ac.uk:74f86a4d431210e1 X-Hashcash: 0:020821:bugs@gnus.org:3a8786331c461ca2 X-Hashcash: 0:020821:bug-gnu-emacs@gnu.org:4b3daa0f0e2f1d22 In-Reply-To: (Dave Love's message of "21 Aug 2002 17:54:50 +0100") Original-Lines: 36 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id g7LH6j9C026235 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3264 Dave Love writes: > However, clearly the result for the typical form of address used in > the microshaft world is bogus: > > (with-temp-buffer > (insert "To: \"Gro=DFjohann, K (Kai)\" > ") > (rfc2047-encode-message-header) > (buffer-string)) > =3D> "To: \"=3D?iso-8859-1?q?Gro=3DDFjohann,_K_(Kai)\"_ =3D?iso-8859-1?q?mund.DE>?=3D > " > > Sorry, I don't have time to grovel the RFCs. Is one simply not > allowed to use such addresses? If so, Gnus should warn rather than > completely mangling it. I can't reproduce this, I get the output below which seems fine. "To: \"=3D?iso-8859-1?q?Gro=3DDFjohann?=3D, K (Kai)\" " This is with EMACS_21_1_RC. The output you get seems invalid to me. >> I agree. (I'm reading the gnus bugs list from quimby.gnus.org, which >> removes To/Cc so when I reply it only goes to the author and >> bugs@gnus.org.) > > That seems unfortunate. People reporting bugs will potentially miss > discussion. It appears I was wrong, quimby.gnus.org does not alter headers, at least the last few messages CC bug-gnu-emacs properly, but the original submission did not.