From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63707 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: address parsing problem in latest CVS Date: Thu, 07 Sep 2006 18:54:25 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157623395 11005 80.91.229.2 (7 Sep 2006 10:03:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 10:03:15 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m12234@lists.math.uh.edu Thu Sep 07 12:03:12 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLGiz-0001Fu-7O for ding-account@gmane.org; Thu, 07 Sep 2006 12:03:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GLGil-0007Lb-00; Thu, 07 Sep 2006 05:02:55 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GLGam-0007LV-00 for ding@lists.math.uh.edu; Thu, 07 Sep 2006 04:54:40 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1GLGaj-0002Kq-Gi for ding@lists.math.uh.edu; Thu, 07 Sep 2006 04:54:40 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GLGad-00053g-00 for ; Thu, 07 Sep 2006 11:54:31 +0200 Original-Received: from [205.234.185.198] (port=57140 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1GLGbE-0005kg-81; Thu, 07 Sep 2006 04:55:08 -0500 Original-To: Dave Goldberg X-Hashcash: 1:20:060907:david.goldberg6@verizon.net::GNXnYUjDoMoW3VV7:00000000000000000000000000000000003UUx X-Hashcash: 1:20:060907:ding@gnus.org::p2bJcmphsPVd1/tu:00004DbC X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:3zI1nB6odNk/iCo9BvFWStGqDPY= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63707 Archived-At: >>>>> In Katsumi Yamaoka wrote: > I started to test it using XEmacs 21.4.19, however I couldn't > find a way to reproduce such a funny quoting so far. Could you > let me know exactly how the headers which concern this were in > the message buffer? I found it. If there are two or more addresses in a header like the following, To: "foo bar" , "foo bar" they will be encoded into: To: "foo bar" \\, "foo bar" I've fixed the bug in both the v5-10 branch and the trunk. Could you try the fixed one? You can use the `C-u C-c C-m P' command in the message buffer to see how the quoting is done. Thank you very much for discovering this bug.