From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29649 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: Re: 5.8.3 External body parts failing? Date: 28 Mar 2000 09:55:32 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87n1njdtzv.fsf@thanatos.shenton.org> References: <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 1035166285 3912 80.91.224.250 (21 Oct 2002 02:11:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:11:25 +0000 (UTC) Cc: Gnus Mailing List 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 B891AD051E for ; Tue, 28 Mar 2000 09:54:01 -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 IAB28762; Tue, 28 Mar 2000 08:53:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 28 Mar 2000 08:52:57 -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 IAA17392 for ; Tue, 28 Mar 2000 08:52:47 -0600 (CST) Original-Received: from thanatos.shenton.org (cshenton.customer.execdsl.net [206.64.112.238]) by mailhost.sclp.com (Postfix) with SMTP id A4542D051E for ; Tue, 28 Mar 2000 09:53:00 -0500 (EST) Original-Received: (qmail 3757 invoked by uid 1000); 28 Mar 2000 14:55:32 -0000 Original-To: "Yair Friedman (Jerusalem)" In-Reply-To: "Yair Friedman's message of "28 Mar 2000 11:57:47 +0200" Original-Lines: 24 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:29649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29649 "Yair Friedman (Jerusalem)" writes: > If you just want to attach files from remote FTP server you can use > ange-ftp syntax, and gnus will fetch the file for you before sending the > message. I tried this and saw Ange-FTP connect, but it didn't slurp the file into the message (and it should not for *external* body part). > For true external mime part I think you have to use URL > syntax as it depends on the receiving mail reading client. Any suggestions on how to enter that? I tried that (e.g., ftp://ftp.gnus.org/foo.txt) but mml-attach-external said "no such file". It appears to only want a Ange-FTP: (mml-attach-external FILE &optional TYPE DESCRIPTION) Attach an external file into the buffer. FILE is an ange-ftp/efs specification of the part location. What's an "efs" specification? Any suggestion on how to specify a URL to attach? Thanks.