From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 05:36:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2334C16A417 for ; Wed, 30 Jan 2008 05:36:37 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6A60A13C4CC for ; Wed, 30 Jan 2008 05:36:36 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m0U5aXW4071628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Jan 2008 12:36:33 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m0U5aXvV053293; Wed, 30 Jan 2008 12:36:33 +0700 (ICT) Date: Wed, 30 Jan 2008 12:36:33 +0700 (ICT) Message-Id: <200801300536.m0U5aXvV053293@banyan.cs.ait.ac.th> From: Olivier Nicole To: rakhesh@rakhesh.com In-reply-to: <20080130092413.K4947@obelix.home.rakhesh.com> (message from Rakhesh Sasidharan on Wed, 30 Jan 2008 09:30:25 +0400 (GST)) References: <20080130092413.K4947@obelix.home.rakhesh.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: OT: Downloading file by sending email X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 05:36:37 -0000 > I want to setup a service such that sending a mail to say > "someaddress@mydomain" with a list of links per line results in my machine > downloading the files at these links replying with all these files > attached. Although I don't know of such a service (I recall hearing about such service ages ago) it sounds not too difficult to built, for example in Perl, using Curl for downloading and some Perl modules to build a MIME email to send back. Bests, Olivier