- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] mutt Reply-To:
- From: John Clarke <johnc+slug@xxxxxxxxxxx>
- Date: Thu, 1 May 2008 13:16:34 +1000
- User-agent: Mutt/1.2.5.1i
On Thu, May 01, 2008 at 01:07:50 +1000, david wrote:
> I'm using mutt in a script to send out emails.
>
> $ mutt -s "subject" -a file user@host < /dev/null
>
> Is there any way to add a Reply-To: header? I can't find it in google or
This might work:
mutt -s "subject" -a file -e 'my_hdr Reply-To <user@host>' < /dev/null
Cheers,
John
--
> Oh yes - it's the old "type random commands into vi and see what
> happens" problem.
At least it wasn't TECO. Vi beeps too early to do much damage.
-- Tim Connors