From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 22:04:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8937B401 for ; Sat, 5 Apr 2003 22:04:27 -0800 (PST) Received: from mail.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A5F43F93 for ; Sat, 5 Apr 2003 22:04:26 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29] (may be forged)) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h365qi1W005021; Sun, 6 Apr 2003 00:52:48 -0500 Received: (from root@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h365odGL015842; Sun, 6 Apr 2003 00:50:39 -0500 (EST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (localhost [127.0.0.1]) by skytrackercanada.com (8.12.6/8.12.6) with ESMTP id h365oc3q015816; Sun, 6 Apr 2003 00:50:38 -0500 (EST) (envelope-from david@skytrackercanada.com) Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6/Submit) id h365oaqJ015815; Sun, 6 Apr 2003 00:50:36 -0500 (EST) (envelope-from david) Date: Sun, 6 Apr 2003 00:50:35 -0500 From: David Banning To: Giorgos Keramidas Message-ID: <20030406005035.A15715@skytrackercanada.com> References: <20030404234509.A91877@skytrackercanada.com> <20030406023724.GB3863@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030406023724.GB3863@gothmog.gr>; from keramida@ceid.upatras.gr on Sun, Apr 06, 2003 at 05:37:24AM +0300 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) cc: questions@freebsd.org cc: David Banning Subject: Re: sending mail with a script question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 06:04:27 -0000 > > system is "nobody". > > > Try this: > > cat textfile | \ > mutt -s "Subject here" \ > -x -e 'set envelope_from=yes' -e 'my_hdr From: sender@address.net' \ > -a attachment1 -a attachment2 \ > john@doe.com > > The change is the addition of the two -e options and -x. Nope. I tried it, but it will not change the header. I previously tried the -F option, which specifies a different .muttrc file, in which I customized the header. It -did- read the .muttrc file, as it did customize some other options I tried. No-go there either, for what reason I don't know. There is nothing logged to maillog. I will try some of the other options that have been suggested now. Thanks for the suggestion -