From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27121 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Multi-part MIME problems Date: 21 Nov 1999 11:39:41 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2n903riysy.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164205 22983 80.91.224.250 (21 Oct 2002 01:36:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:36:45 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA00983 for ; Sun, 21 Nov 1999 11:44:12 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB13213; Sun, 21 Nov 1999 10:44:06 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Nov 1999 10:43:49 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA03620 for ; Sun, 21 Nov 1999 10:43:37 -0600 (CST) Original-Received: from mailout1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA00978 for ; Sun, 21 Nov 1999 11:43:07 -0500 (EST) Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Sun, 21 Nov 1999 11:38:30 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id LAA02046; Sun, 21 Nov 1999 11:39:41 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Graham Todd's message of "20 Nov 1999 16:20:46 -0500" Original-Lines: 45 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27121 >>>>> "Graham" == Graham Todd writes: [...] Graham> I copied the two offending messages (they're not too personal I hope Graham> ;-) to: Graham> ftp://ftp.equilibrio.qc.ca/pub/GnusStuff/ Graham> If anyone wants to read them. If I download a message and do the Graham> following: Graham> ~$ echo "From nobody Sat Nov 20 15:27:25 1999" >> Mail/Somefolder Graham> ~$ cat MIME-message-1 >> Mail/Somefolder Graham> this puts the message in a mailfolder where I can read it. Reading the Graham> folder with Pine I see the message and all the attached images and I Graham> can launch the viewer of my choice without a problem. Pine shows the Graham> message size as ~ 380k. Graham> In Gnus the message appears in the folder's Summary Buffer but shows Graham> the size as 5 megs. The attachements don't show up in the Article Graham> buffer when I read the message though. I thought perhaps the message Graham> was just too big (the actual message file for MIME-message-1 is ~380 k Graham> but as noted Gnus seems to "expand" its size to 5 megabytes in the Graham> group buffer). However a smaller message prepared in the same way has Graham> the same problem. [...] By default, Gnus report the number of lines not the number of characters. What you saw is 5326 lines not 5 megs. $ wc MIME-message-1 5360 5669 382907 MIME-message-1 The attachments don't show up because the content-type is multipart/related, however W3 does not render it well. You can type `C-d' on the summary, an ephemeral group will show you all the parts well. -- Shenghuo