From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 17:05:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6324516A412 for ; Thu, 30 Nov 2006 17:05:24 +0000 (UTC) (envelope-from david+dated+1165338313.d83636@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F9F43CB3 for ; Thu, 30 Nov 2006 17:05:05 +0000 (GMT) (envelope-from david+dated+1165338313.d83636@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id kAUH5D1U069713 for ; Thu, 30 Nov 2006 12:05:13 -0500 (EST) (envelope-from david+dated+1165338313.d83636@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id kAUH5Djm069712 for questions@freebsd.org; Thu, 30 Nov 2006 12:05:13 -0500 (EST) (envelope-from david+dated+1165338313.d83636@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1165338313.d83636@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Thu, 30 Nov 2006 12:05:13 -0500 Date: Thu, 30 Nov 2006 12:05:12 -0500 To: questions@freebsd.org Message-ID: <20061130170512.GA67565@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: David Banning Cc: Subject: question on batch email sending 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: Thu, 30 Nov 2006 17:05:24 -0000 I have a standard mailbox with around 40 messages. I want to be able to just send them all to someone, the same person, not as an attachment but as individual emails. I want to do something like; cat /var/mail/frank | someprogram franksnewaddress@franksdomain.com So that Frank can just get it into his regular inbox. I realize that I could just ask Frank to pop it off the server but then he would have to setup for just one occasion. Is there a way to do what I want?