Simon Josefsson <jas(a)extundo.com> writes:
Tres weird.
Why, does it work for you?
Can you perhaps edebug message-send-mail-with-sendmail to see what
happens?
I did this, but I'm not sure what you are looking for.
I think you'll find this easier to debug yourself. It's pretty easy
to simulate.
In your .gnus:
(setq sendmail-program "/tmp/exit1")
/tmp/exit1:
#!/bin/sh
exit 1
--
(
http://tmda.sourceforge.net/)