From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53583 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: mime encoding in 5.10.2 Date: Wed, 30 Jul 2003 14:06:45 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87smopgf5l.fsf@goldfish.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059541672 18700 80.91.224.249 (30 Jul 2003 05:07:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2003 05:07:52 +0000 (UTC) Original-X-From: ding-owner+M2127@lists.math.uh.edu Wed Jul 30 07:07:50 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hjBm-0004rT-00 for ; Wed, 30 Jul 2003 07:07:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19hjBJ-0002QG-00; Wed, 30 Jul 2003 00:07:21 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19hjBA-0002Pk-00 for ding@lists.math.uh.edu; Wed, 30 Jul 2003 00:07:12 -0500 Original-Received: (qmail 24282 invoked by alias); 30 Jul 2003 05:07:12 -0000 Original-Received: (qmail 24277 invoked from network); 30 Jul 2003 05:07:12 -0000 Original-Received: from unknown (HELO minsk.hostforweb.net) (139.81.163.140) by sclp3.sclp.com with SMTP; 30 Jul 2003 05:07:12 -0000 Original-Received: from yamaokac by minsk.hostforweb.net with local (Exim 4.20) id 19hjBa-0001x4-LU for ding@gnus.org; Wed, 30 Jul 2003 01:07:38 -0400 Original-To: ding@gnus.org 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.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, linux) Cancel-Lock: sha1:/cadPdBZgVDYBR+x+VWxn4zHW/4= X-Payment: hashcash 1.2 0:030730:ding@gnus.org:380283a510ead9cf X-Hashcash: 0:030730:ding@gnus.org:380283a510ead9cf X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - minsk.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32531 32531] / [47 12] X-AntiAbuse: Sender Address Domain - minsk.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53583 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53583 >>>>> In <87smopgf5l.fsf@goldfish.local> >>>>> NAGY Andras wrote: > Note the missing content-type header for the text part. Is this > behavior standards compliant? That is probably based on RFC2045: 5.2. Content-Type Defaults Default RFC 822 messages without a MIME Content-Type header are taken by this protocol to be plain text in the US-ASCII character set, which can be explicitly specified as: Content-type: text/plain; charset=us-ascii This default is assumed if no Content-Type header field is specified. It is also recommend that this default be assumed when a syntactically invalid Content-Type header field is encountered. ... When a text part contains Japanese text, Gnus correctly puts the Content-Type header like: Content-Type: text/plain; charset=iso-2022-jp -- Katsumi Yamaoka