"Jason R. Mastaler" <jason(a)mastaler.com> writes:
Simon Josefsson <jas(a)extundo.com> writes:
> I looked at it. This patch should fix it, does it?
No, it doesn't.
Hm, `call-process-region' doesn't return anything useful when this
happens:
(setq sendmail-program "/tmp/emptyfile")
"/tmp/emptyfile"
(call-process-region (point-min) (point-max) sendmail-program nil nil nil)
0
How can this be separated from a successful invokation?
Emacs seem to have the same problem, btw.
The strange thing is that this bug should have already been fixed?
See:
http://list-archive.xemacs.org/xemacs-patches/199811/msg00000.html
It was fixed in 1.3, but reverted in 1.4.
revision 1.4
date: 1999/02/01 13:32:33; author: steveb; state: Exp; lines: +2 -2
Add pop3.el, fix sendmail delay bug
----------------------------
revision 1.3
date: 1998/12/10 14:37:55; author: steveb; state: Exp; lines: +40 -26
Sendmail-send-it error return fix
----------------------------