If mixmaster fails to execute sendmail,
it renames the pool file so that you can't try to resend without manual rename.
in pool_dosend() I did this way:
if (msg_send(path) == 1)
mv(e->d_name, "msg");
original version renames to "err".
comments?
if sendmail runs out of mem, why shouldn't one be allowed to retry after a couple of seconds manually?
Nobody/Anonymous
None
None
Public
|
Date: 2007-01-28 16:23:08 PST
|
|
Date: 2007-01-28 16:18:44 PST
|
| Filename | Description | Download |
|---|---|---|
| mixmaster-sendmail-error-handling.patch | detect errors in openpipe, closepipe and first buf_write | Download |