On Thu, 28 Jun 2001, Suresh Ramasubramanian wrote:
> Dale Morris [mutt-users] <27/06/01 20:23 -0700>:
> > I want to configure mutt to give me a dsn notification if the message
> > is delayed or can't be delivered and also to send me a return receipt
> > when the message is received. I'm using debian 'woody' version of
> > sendmail. I've tried the manual and I believe the proper flag is "R
> > hdrs" but when I use set sendmail="R hdrs" I get an error.
>
> In your .muttrc ...
>
> set dsn_notify='failure,delay' # when to return an error message
> set dsn_return=hdrs # what to return in the error message
I tried this at first and it didn't work for me. Then I put
this in my .muttrc:
set sendmail="/usr/sbin/sendmail -oi -oem"
and I quit getting error messages and dsn notify works fine. I am not
sure yet, but I don't think the return is working. The man page for
sendmail is pretty small for such a big program.
thanks
dale