From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53581 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: mime encoding in 5.10.2 Date: Wed, 30 Jul 2003 00:08:06 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <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 1059516650 17131 80.91.224.249 (29 Jul 2003 22:10:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 22:10:50 +0000 (UTC) Original-X-From: ding-owner+M2125@lists.math.uh.edu Wed Jul 30 00:10:49 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 19hcg0-0004Rl-00 for ; Wed, 30 Jul 2003 00:10:36 +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 19hcfs-0001nk-00; Tue, 29 Jul 2003 17:10:28 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19hcfl-0001ne-00 for ding@lists.math.uh.edu; Tue, 29 Jul 2003 17:10:21 -0500 Original-Received: (qmail 8926 invoked by alias); 29 Jul 2003 22:10:21 -0000 Original-Received: (qmail 8921 invoked from network); 29 Jul 2003 22:10:21 -0000 Original-Received: from mx2.elte.hu (157.181.151.9) by sclp3.sclp.com with SMTP; 29 Jul 2003 22:10:21 -0000 Original-Received: from goldfish.local (goldfish.elte.hu [157.181.150.150]) by mx2.elte.hu (Postfix) with ESMTP id BA91E4A750 for ; Wed, 30 Jul 2003 00:08:06 +0200 (CEST) Original-Received: from nagya by goldfish.local with local (Exim 3.35 #1 (Debian)) id 19hcda-00010C-00 for ; Wed, 30 Jul 2003 00:08:06 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53581 Gnus 5.10.2 encodes a message with a plain us-ascii text part and an attachment like this: ,---- | MIME-Version: 1.0 | Content-Type: multipart/mixed; boundary="=-=-=" | | --=-=-= | | plain text | | | --=-=-= | Content-Type: application/octet-stream | Content-Disposition: attachment; filename=printcap | | attachment | | --=-=-=-- `---- Note the missing content-type header for the text part. Is this behavior standards compliant? Andras