- To: Scott Ragen <scott@xxxxxxxxxxxxxxx>
- Subject: Re: [SLUG] mutt Reply-To:
- From: david <david@xxxxxxxxxxxxx>
- Date: Thu, 01 May 2008 14:03:13 +1000
- Cc: slug@xxxxxxxxxxx
- Reply-to: david@xxxxxxxxxxxxx
On Thu, 2008-05-01 at 13:41 +1000, Scott Ragen wrote:
> slug-bounces@xxxxxxxxxxx wrote on 01/05/2008 01:07:50 PM:
>
> > 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
> > man mutt.
> >
> > Is there any other scripted way of doing it? Preferably bash.
> >
>
> Set REPLYTO environment variable?
> Its in the mutt man page.
>
I thought that was for invoking the REPLY-TO: when replying. I need to
create a REPLY-TO: in the original email. Am I wrong?