Date: Sun, 6 Apr 2003 00:50:35 -0500 From: David Banning <david@skytracker.ca> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: David Banning <david@skytracker.ca> Subject: Re: sending mail with a script question Message-ID: <20030406005035.A15715@skytrackercanada.com> In-Reply-To: <20030406023724.GB3863@gothmog.gr>; from keramida@ceid.upatras.gr on Sun, Apr 06, 2003 at 05:37:24AM %2B0300 References: <20030404234509.A91877@skytrackercanada.com> <20030406023724.GB3863@gothmog.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030406005035.A15715>