Roundup Tracker - Issues

Message4905

Author rouilj
Recipients ber, dgatwood, jherazo-beverly, pefu, rouilj
Date 2013-06-09.03:47:42
Message-id <1370749662.9.0.64966517388.issue2550747@psf.upfronthosting.co.za>
In-reply-to
I attached a new sendmail patch. This one adds:

  explicit close of stdin after writing the message to sendmail

  wait for the sendmail process to finish

  check the return code. If it's 0 or 75 things are ok (75 indicates
      the email 1s queued according to the man page for sendmail
      I have). If it's any other exit code, raise MessageSendError
      with exitcode and stderr text.

Do we want to try getting this in the next release?
History
Date User Action Args
2013-06-09 03:47:42rouiljsetmessageid: <1370749662.9.0.64966517388.issue2550747@psf.upfronthosting.co.za>
2013-06-09 03:47:42rouiljsetrecipients: + rouilj, ber, pefu, jherazo-beverly, dgatwood
2013-06-09 03:47:42rouiljlinkissue2550747 messages
2013-06-09 03:47:42rouiljcreate