Re: Sendmail Return Receipt

2001-06-28 Thread Suresh Ramasubramanian

Dale Morris [mutt-users] <28/06/01 05:51 -0700>: 
> 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"

use "set envelope_from" instead.

-suresh



Re: Sendmail Return Receipt

2001-06-28 Thread Dale Morris

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



Re: Sendmail Return Receipt

2001-06-27 Thread Suresh Ramasubramanian

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

HTH
--suresh



Sendmail Return Receipt

2001-06-27 Thread Dale Morris

Hi,
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.

thanks