|
| From: | Richard Stallman |
| Subject: | Re: sendmail.el bug or expected behavior? |
| Date: | Sun, 25 Jan 2004 09:46:01 -0500 |
IMO the correct way for a MUA to invoke sendmail (on Debian) is
/usr/sbin/sendmail -odb -oee ...
Perhaps that means there should be a change in this code:
(if mail-interactive
;; These mean "report errors to terminal"
;; and "deliver interactively"
'("-oep" "-odi")
Perhaps mail-interactive would be a good default if those options
were different. But I am not sure.
| [Prev in Thread] | Current Thread | [Next in Thread] |