NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item137: Register show user's a failure when sendmail returns non-zero
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
however, sendmail has at least one non zero return code that is not a failure.
on our
FreeBSD server, TEMPFAIL means that the email is queued to be retried..
I've hacked Net.pm to log the error, and not die, whic is also bad, but should look better to users.
this issue needs a couple of things changed
- test the return codes correctly
- log the issues properly, die mostly will never be seen by admins
- fix the exception handling so that dies are not often lost.
--
SvenDowideit - 11 Nov 2008 - 08:42
looks like sendmail is returning 67, when its log file says its returning 75, so I can't actually test the exit value at all :(. ammended the opps message instead, to give users hope.
--
SvenDowideit - 12 Dec 2008