Feb. 24, 1999
10:05 p.m.
Harald Meland wrote:
This brings up an interesting idea: have the wrapper use different exit codes based on why it punted. That way, a simple examination of the maillog will tell you what happened.
Cheers, -g
-- Greg Stein, http://www.lyra.org/
February 1999
7:28 p.m.
"GS" == Greg Stein <gstein@lyra.org> writes:
GS> This brings up an interesting idea: have the wrapper use
GS> different exit codes based on why it punted. That way, a
GS> simple examination of the maillog will tell you what happened.
Good suggestion Greg.
#define GID_MISMATCH 2 #define SETREGID_FAILURE 3 #define EXECVE_FAILURE 4 #define MAIL_USAGE_ERROR 5 #define MAIL_ILLEGAL_COMMAND 6
-Barry
9459
Age (days ago)
9462
Last active (days ago)
1 comments
2 participants
participants (2)
-
Barry A. Warsaw
-
Greg Stein