From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29636 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: 5.8.3 External body parts failing? Date: 27 Mar 2000 16:16:46 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87k8iop0zl.fsf@thanatos.shenton.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166275 3834 80.91.224.250 (21 Oct 2002 02:11:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:11:15 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 04E45D051E for ; Mon, 27 Mar 2000 16:15:25 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB30039; Mon, 27 Mar 2000 15:15:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 27 Mar 2000 15:14:21 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA04301 for ; Mon, 27 Mar 2000 15:14:12 -0600 (CST) Original-Received: from thanatos.shenton.org (cshenton.customer.execdsl.net [206.64.112.238]) by mailhost.sclp.com (Postfix) with SMTP id 3EFB7D051E for ; Mon, 27 Mar 2000 16:14:22 -0500 (EST) Original-Received: (qmail 1104 invoked by uid 1000); 27 Mar 2000 21:16:47 -0000 Original-To: ding@gnus.org In-Reply-To: Darcy Brockbank's message of "27 Mar 2000 15:10:05 -0500" Original-Lines: 62 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29636 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29636 I use gnus-5.8.3 and am trying to create a MIME message with an external body part, like one on a remote FTP server. I use mml-attach-external and specify a file like "/ftp@ftp.gnus.org:/pub/foo.bar". I send and when it arrives in my inbox, gnus renders it like: From: Chris Shenton Subject: 3 ext To: cshenton Date: 27 Mar 2000 14:16:15 -0500 It appears to have invoked ANGE FTP to get this file oddly. [2. message/external-body; README.TXT]... I use "b" to save the file to /tmp but it only contains: Content-Type: text/plain Content-ID: Content-Transfer-Encoding: binary The inbox file looks like the following: X-From-Line: cshenton@uucom.com Mon Mar 27 14:16:15 2000 Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id OAA29610; Mon, 27 Mar 2000 14:16:15 -0500 (EST) To: cshenton Subject: 3 ext From: Chris Shenton Date: 27 Mar 2000 14:16:15 -0500 X-Gnus-Mail-Source: directory:/export/home/cshenton/ProcMail/ Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Lines: 18 Xref: Samizdat.uucom.com in.cshenton:16233 --=-=-= It appears to have invoked ANGE FTP to get this file oddly. --=-=-= Content-Type: message/external-body; name="/ftp@ftp.freebsd.org:/pub/FreeBSD/README.TXT"; access-type=local-file Content-Type: text/plain Content-ID: Content-Transfer-Encoding: binary --=-=-=-- Note that it indicates access-type=local-file, which seems odd. Am I doing something wrong?