10133 | 04-Jan-1983 |
eric |
Don't try to drop our controlling TTY except when we are starting up a daemon; this can cause UUCP jobs to hang waiting for carrier on a dialin line (completely contrary to the intent). Many thanks
Don't try to drop our controlling TTY except when we are starting up a daemon; this can cause UUCP jobs to hang waiting for carrier on a dialin line (completely contrary to the intent). Many thanks to Keith Sklower for pointing this one out. However, that damned parameter to disconnect() has reappeared!
show more ...
|
10132 | 04-Jan-1983 |
eric |
Don't try to drop our controlling TTY except when we are starting up a daemon; this can cause UUCP jobs to hang waiting for carrier on a dialin line (completely contrary to the intent). Many thanks
Don't try to drop our controlling TTY except when we are starting up a daemon; this can cause UUCP jobs to hang waiting for carrier on a dialin line (completely contrary to the intent). Many thanks to Keith Sklower for pointing this one out. However, that damned parameter to disconnect() has reappeared!
show more ...
|
10131 | 04-Jan-1983 |
eric |
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA c
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA command; the problem went away quite mysteriously, so I have no idea why it happened
show more ...
|
10130 | 04-Jan-1983 |
eric |
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA c
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA command; the problem went away quite mysteriously, so I have no idea why it happened
show more ...
|
10129 | 04-Jan-1983 |
eric |
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA c
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA command; the problem went away quite mysteriously, so I have no idea why it happened
show more ...
|
10128 | 04-Jan-1983 |
eric |
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA c
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts that close the connection early don't cause us to die -- in particular, CMU-CS-A (nee CMU-10A) was doing this after the DATA command; the problem went away quite mysteriously, so I have no idea why it happened
show more ...
|
10125 | 04-Jan-1983 |
eric |
take EHOSTDOWN as a temporary failure; change the format of "deferred" message to be consistent with other messages. |
10124 | 04-Jan-1983 |
eric |
change format of deferred message to be consistent with other messages |
10123 | 04-Jan-1983 |
eric |
take EHOSTDOWN as a temporary failure |
10122 | 04-Jan-1983 |
eric |
fix botch that causes sendmail to core dump when there are large numbers of requests |
10121 | 04-Jan-1983 |
eric |
fix botch that causes sendmail to core dump when there are large numbers of requests |
10120 | 04-Jan-1983 |
eric |
add min and max |
10119 | 04-Jan-1983 |
eric |
Detect an internal error that seems to be occuring |
10118 | 04-Jan-1983 |
eric |
Detect an internal error that seems to be occuring |
10109 | 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
10108 | 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
10107 | 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
10106 | 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
10105 | 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
10102 | 03-Jan-1983 |
eric |
add e_message field for eventual error message improvement |
10101 | 03-Jan-1983 |
eric |
have canonname pass the address through ruleset four also |
10100 | 03-Jan-1983 |
eric |
have canonname pass the address through ruleset four also |
10099 | 03-Jan-1983 |
eric |
take ENETUNREACH (Network unreachable) as a transient error -- this probably isn't usually right, but it seem safer in the long run.... |
10098 | 03-Jan-1983 |
eric |
take ENETUNREACH (Network unreachable) as a transient error -- this probably isn't usually right, but it seem safer in the long run.... |
10097 | 03-Jan-1983 |
eric |
print "request" instead of "requests" if there is only one request |