From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Non-encoded character in the subject Date: Wed, 29 Oct 2008 08:49:16 +0900 Organization: Emacsen advocacy group Message-ID: References: <87ljwa6zjj.fsf@mat.ucm.es> <87wsfu5iwr.fsf@mat.ucm.es> <87bpx5r9w1.fsf_-_@marauder.physik.uni-ulm.de> <87r660pecj.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225237799 12042 80.91.229.12 (28 Oct 2008 23:49:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 23:49:59 +0000 (UTC) Cc: Uwe Brauer , Miles Bader , emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 00:51:00 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuyKw-0004Ks-AC for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 00:50:58 +0100 Original-Received: from localhost ([127.0.0.1]:36558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuyJq-00085K-5y for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 19:49:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuyJk-00085C-Q1 for emacs-devel@gnu.org; Tue, 28 Oct 2008 19:49:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuyJi-00084w-72 for emacs-devel@gnu.org; Tue, 28 Oct 2008 19:49:43 -0400 Original-Received: from [199.232.76.173] (port=39687 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuyJi-00084m-0v for emacs-devel@gnu.org; Tue, 28 Oct 2008 19:49:42 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:46011) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KuyJg-0003ck-I3; Tue, 28 Oct 2008 19:49:40 -0400 Original-Received: from localhost ([127.0.0.1]:50984) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1KuyJb-000625-00; Tue, 28 Oct 2008 18:49:35 -0500 X-Hashcash: 1:20:081028:ding@gnus.org::/O7s4VdiqJEl1XnJ:00009xRF X-Hashcash: 1:20:081028:emacs-devel@gnu.org::0wvKvHubbP1zvc8J:000000000000000000000000000000000000000000ASmW X-Hashcash: 1:20:081028:oub@mat.ucm.es::p9mfOHEaqyUu0Omo:000LgzS X-Hashcash: 1:20:081028:miles@gnu.org::UAgAN+HfbyMDTl/W:00001r5x 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.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:K7+wUXYZQNlkRmLNfT82duCk/Ck= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.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-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105118 gmane.emacs.gnus.general:67689 Archived-At: >>>>> Reiner Steib wrote: > Uh, this is the first time I hear that MTAs are changing the MIME > encoding of mail headers (I know about MTAs converting the > Content-Transfer-Encoding, e.g. qp <-> 8bit, of the body). The MS Exchange server changes not only mail headers but also the MIME structure in a message body. For instance, all inline parts in a message body are turned into attachments. Body encoded with utf-8 and quoted-printable are turned into base64, etc. That's really boneheaded. Sigh.