DSN

2000-05-17 Thread antonus
Hello, How could I do to make mutt use this field : Return-Receipt-To: [EMAIL PROTECTED] to confirm the user [EMAIL PROTECTED] that I have read his mail ? I don't really know what to do with the 4.9 section of the mutt's manual Antoine

DSN

2000-05-17 Thread Antoine MARTIN
Hello, How could I do to make mutt use this field : Return-Receipt-To: [EMAIL PROTECTED] to confirm the user [EMAIL PROTECTED] that I have read his mail ? I don't really know what to do with the 4.9 section of the mutt's manual Antoine

DSN

2002-08-15 Thread Michael Montagne
sible mutt is not compiled with dsn support. How do I know? Here is mutt -v: ystem: Linux 2.2.18 (i686) [using ncurses 5.2] Compile options: -DOMAIN -DEBUG -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK +USE_POP +USE_IMAP +IMAP_EDIT_THREADS -USE_GSS -USE_SSL

DSN error

2000-04-18 Thread Rishi Maker
Is it true that Mutt does not send mail directly like Pine does. I mean i keep geting errors like DSN errors I have put hostname = myispdomain.net.in s that is okay and works when i send to certain hosts Which file do i need to edit to rectify it -- Signature Follows

Re: DSN

2000-05-17 Thread Suresh Ramasubramanian
ify='failure,delay' # when to return an error message set dsn_return=hdrs# what to return in the error message You can add 'success' to failure and delay (that is one of the options in DSN). That should work, IIRC. hth -- Suresh Ramasubramanian | sureshr at staff

Re: DSN

2000-05-17 Thread Antoine Martin
ample.muttrc file has this :) Anyway, here it is - > > set dsn_notify='failure,delay' # when to return an error message > set dsn_return=hdrs# what to return in the error message > > You can add 'success' to failure and delay (that is one of the op

Re: DSN

2000-05-17 Thread Steffan Hoeke
TED] that I have read his mail ? > > The sample.muttrc file has this :) Anyway, here it is - > > set dsn_notify='failure,delay' # when to return an error message > set dsn_return=hdrs# what to return in the error message > > You can add 'success&

Re: DSN

2000-05-17 Thread Frank Derichsweiler
On Wed, May 17, 2000 at 12:58:09PM +0200, Antoine Martin wrote: > same question but with this field (from a netscape's user) > Disposition-Notification-To: [EMAIL PROTECTED] > how could mutt notify this user that I've read his mail > (not that the mail has been delivered by his mail server)

Re: DSN

2000-05-17 Thread Suresh Ramasubramanian
asking how _he_ can send back a "Read Receipt" receipt to the user. Delivery receipt is automatically sent back if the receiving MTA is DSN aware. Actually, what you can do is to write a procmail rule to send back a "your message has been read by me at $date" when you find thes

Re: DSN

2000-05-17 Thread Thomas Roessler
On 2000-05-17 12:58:09 +0200, Antoine Martin wrote: > same question but with this field (from a netscape's > user) Disposition-Notification-To: [EMAIL PROTECTED] how > could mutt notify this user that I've read his mail > (not that the mail has been delivered by his mail > server) Well, the easi

Re: DSN

2000-05-17 Thread Antoine Martin
On Wed, May 17, 2000 at 02:45:04PM +0200, Thomas Roessler wrote: > On 2000-05-17 12:58:09 +0200, Antoine Martin wrote: > > > same question but with this field (from a netscape's > > user) Disposition-Notification-To: [EMAIL PROTECTED] how > > could mutt notify this user that I've read his mail >

Re: DSN

2000-05-17 Thread Suresh Ramasubramanian
Thomas Roessler proclaimed on mutt-users that: > >Well, the easiest thing to do would actually to reply to >this message, don't you think? > Yep, That will tell the guy I've read his mail all right :) -- Suresh Ramasubramanian | sureshr at staff.juno.com For some reason, this fortune reminds

Re: DSN

2000-05-17 Thread Suresh Ramasubramanian
ify='failure,delay' # when to return an error message set dsn_return=hdrs# what to return in the error message You can add 'success' to failure and delay (that is one of the options in DSN). That should work, IIRC. hth -- Suresh Ramasubramanian | sureshr at staff

DSN notification

1999-07-16 Thread SBTM
Hello everyone, I've been using mutt for quite sometime and still haven't mastered it. >From the beginning, I have been using the dsn_notify and dsn_return options and loved. But starting a few days back, whenever I send a meesga, I never get the notification even if it successful. This is what

Re: DSN

2002-08-15 Thread Sven Guckes
* Michael Montagne <[EMAIL PROTECTED]> [2002-08-15 23:52]: > How can I set a delivery receipt? > I set [...] But I get nothing back. you'll get a receipt when the recipient's system supports it/ if not, well, then you don't. > Are they reliable? no. the recipie

Re: DSN error

2000-04-18 Thread David DeSimone
i keep geting errors like DSN errors Does your version of sendmail even support DSN? Maybe you should turn off the dsn_* options in your .muttrc. > Which file do i need to edit to rectify it You need to set up your sendmail.cf file. -- David DeSimone | "The doctrine of human equa

DSN feature in sendmail 8.9

1999-07-09 Thread Aris Mulyono
All, I tried to set dsn_notify and dsn_return variable in mutt but when I sent the email the sendmail complained about the option -N not being recognized. What FEATURE should I enable specifically in sendmail to do this? TIA, -Aris -- I did this 'cause Linux gives me a woody. It doesn't genera

Re: DSN feature in sendmail 8.9

1999-07-09 Thread Claus Assmann
On Sat, Jul 10, 1999, Aris Mulyono wrote: > I tried to set dsn_notify and dsn_return variable in mutt > but when I sent the email the sendmail complained about the option > -N not being recognized. > What FEATURE should I enable specifically in sendmail to do this? None. It is enabled by default

[Slightly OT] [PATCH] DSN for ssmtp

2002-01-24 Thread Luke Ross
Hi, Sorry if this is done before, but I wanted to support DSN under cygwin. sendmail isnt the easiest thing to compile under cygwin, and a bit overkill, so I've tweaked ssmtp to take the DSN flags in a sendmailish style. Regards, Luke --- ssmtp-2.38.7-3/ssmtp.c Thu Jun 7 13:54:20