From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63702 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 13:47:52 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1157604690 20700 80.91.229.2 (7 Sep 2006 04:51:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 04:51:30 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m12229@lists.math.uh.edu Thu Sep 07 06:51:29 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 1GLBrJ-0007qi-S1 for ding-account@gmane.org; Thu, 07 Sep 2006 06:51:26 +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 1GLBrD-0006n1-00; Wed, 06 Sep 2006 23:51:19 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GLBo6-0006mv-00 for ding@lists.math.uh.edu; Wed, 06 Sep 2006 23:48:06 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by mx1.math.uh.edu with esmtp (Exim 4.52) id 1GLBo4-00020v-NV for ding@lists.math.uh.edu; Wed, 06 Sep 2006 23:48:06 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GLBny-0001Se-00 for ; Thu, 07 Sep 2006 06:47:58 +0200 Original-Received: from [205.234.185.198] (port=33391 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1GLBoV-0005Jc-6E; Wed, 06 Sep 2006 23:48:31 -0500 Original-To: Dave Goldberg X-Hashcash: 1:20:060907:david.goldberg6@verizon.net::RIkMgcdfFInErUc7:00000000000000000000000000000000002k/P X-Hashcash: 1:20:060907:ding@gnus.org::iFifG4dXTbeZOyKU:00004qQx 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) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:HBwe7pBQUbiixFe5VP/EVQhhahM= 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.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63702 Archived-At: >>>>> In Dave Goldberg wrote: > I'm back from a couple week's vacation and at work did a CVS update > before getting into email with Gnus. I've found that the patches from > 9/1 with the following ChangeLog entry have resulted in broken > addresses being passed to smtpmail: > 2006-09-01 Katsumi Yamaoka [...] > The symptom looks like this (addresses sanitized): > 220 exchange.work.ORG Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Wed, 6 Sep 2006 15:57:54 -0400 [...] > MAIL FROM: SIZE=3565 > 250 2.1.0 me@work.org....Sender OK > RCPT TO: > 250 2.1.5 someone@yahoo.com > RCPT TO: <"\\_^_\\")> [...] > The address in question is always the first on the CC line. Most of > my addresses are of the form "Real Name" . 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? Regards,