On Thu, 2008-05-01 at 13:16 +1000, John Clarke wrote:
> 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 [EMAIL PROTECTED] < /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 <[EMAIL PROTECTED]>' <
> /dev/null
>
Thanks for the replies. This works fine. It also works if you drop the
quoted -e argument into .muttrc
$ mutt -e "my_hdr Reply-To: [EMAIL PROTECTED]" -s "subject line" -a file
[EMAIL PROTECTED] < /dev/null
David.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html