From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61411 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] workaround non ascii chars in rfc2231 Date: Thu, 24 Nov 2005 13:26:05 +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 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1132806485 31985 80.91.229.2 (24 Nov 2005 04:28:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 04:28:05 +0000 (UTC) Cc: ding@lists.math.uh.edu Original-X-From: ding-owner+m9943@lists.math.uh.edu Thu Nov 24 05:28:01 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ef8i6-0002BU-Jq for ding-account@gmane.org; Thu, 24 Nov 2005 05:27:50 +0100 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 1Ef8i2-0005hS-00; Wed, 23 Nov 2005 22:27:46 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ef8gd-0005hN-00 for ding@lists.math.uh.edu; Wed, 23 Nov 2005 22:26:19 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by nas01.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1Ef8gb-0007xG-Po for ding@lists.math.uh.edu; Wed, 23 Nov 2005 22:26:19 -0600 Original-Received: from localhost ([127.0.0.1]:47960) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1Ef8gh-0006pU-VL; Wed, 23 Nov 2005 22:26:24 -0600 Original-To: Pixel 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.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:bSFmPANHfpX+PYv1TPUarxMnyh8= X-Hashcash: 1:20:051124:pixel@mandriva.com::jwZA7UBV9EGYhUCj:00000000000000000000000000000000000000000000Qn+ X-Hashcash: 1:20:051124:ding@lists.math.uh.edu::Ahg9H1WP5ypTGjC7:0000000000000000000000000000000000000003szO X-Antivirus-Scanner: Clean mail though you should still use an Antivirus 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 - lists.math.uh.edu X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.4 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61411 Archived-At: >>>>> In Pixel wrote: > i've received a mail having: > "Content-Disposition: attachment; filename=3Df=EAtesxxxxxx.pdf", > and so that part was considered text/plain. > with the following patch, it works. It's quite simple: since > forward-sexp stop at first 8-bit char, i simply retry. Confirmed. I've applied your patch to the trunk and the v5-10 branch. Thanks. > a better (??) patch would be to modify the syntax table? I don't know, but I'm reluctant to support such broken mails further.