> This seems to be a sendmail problem, however this did not occur with
> previous versions of Evolution, and I have not changed the configured of
> sendmail.  The weird thing is that this message does get sent, just
> evolution does not recognize that.  Any suggestions would be grateful.

Hm. There have been no substantive changes to the sendmail code in
evolution since March.

> Error while 'Sending "subject of message"' Sendmail exited with status
> 69: mail not sent

69 is "EX_UNAVAILABLE" and basically means "none of the above". A quick
grep through the sendmail sources shows 57 different places where it
sets that error code. :-/

If you go to your sent messages folder, save the message to disk, remove
the initial "From " line from the saved message, and then do

        sendmail -tif [EMAIL PROTECTED] < /tmp/message

(or whatever you saved the message as), does it print out any error
message? (Note that it will end up re-sending this message, so do it on
something you sent to yourself :)

-- Dan

_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to