7395 | 14-Jul-1982 |
eric |
arrange for MotherPid to be correct in daemon mode |
7394 | 14-Jul-1982 |
eric |
fork automatically in daemon mode (but only if no debugging) |
7393 | 14-Jul-1982 |
eric |
fork automatically in daemon mode (but only if no debugging) |
7392 | 14-Jul-1982 |
eric |
don't accidently unlink a null pointer in finis(); change the way it decides whether to remove the temp file (you don't want to if you are queueing it up); fix a bug in Apparently-To: that caused it
don't accidently unlink a null pointer in finis(); change the way it decides whether to remove the temp file (you don't want to if you are queueing it up); fix a bug in Apparently-To: that caused it to output both pre- and post-expanded names (only output pre-expanded)
show more ...
|
7391 | 14-Jul-1982 |
eric |
don't accidently unlink a null pointer in finis(); change the way it decides whether to do the unlink. |
7390 | 14-Jul-1982 |
eric |
don't accidently unlink a null pointer in finis(); change the way it decides whether to do the unlink. |
7389 | 14-Jul-1982 |
eric |
fix bug in Apparently-To:, outputing too many lines |
7373 | 05-Jul-1982 |
eric |
flush fatal error flag before returning error messages to avoid error message loop; improve debugging: flush transcript before doing things that might take a long time, add some info to debug message
flush fatal error flag before returning error messages to avoid error message loop; improve debugging: flush transcript before doing things that might take a long time, add some info to debug messages; extend configuration on timeouts so that text of error message is in conf.c
show more ...
|
7372 | 05-Jul-1982 |
eric |
improve debugging: flush transcript before doing things that might take a long time; add some info to debugging output |
7371 | 05-Jul-1982 |
eric |
improve debugging: flush transcript before doing things that might take a long time; add some info to debugging output |
7370 | 05-Jul-1982 |
eric |
flush fatal errors when returning error messages to avoid error message loops |
7369 | 05-Jul-1982 |
eric |
improve configuration on timeout |
7368 | 05-Jul-1982 |
eric |
add "Apparently-To:" field if no recipients are in the header. |
7367 | 05-Jul-1982 |
eric |
add "Apparently-To:" field if no recipients are in the header. |
7366 | 05-Jul-1982 |
eric |
count Mail-From: lines to get a hop count, giving error as appropriate after collection; don't attempt delivery of message if errors occur before or during collection; fix a bug in -as mode (non-daem
count Mail-From: lines to get a hop count, giving error as appropriate after collection; don't attempt delivery of message if errors occur before or during collection; fix a bug in -as mode (non-daemon SMTP).
show more ...
|
7365 | 05-Jul-1982 |
eric |
count Mail-From: lines to avoid loops (simulates hop counts) |
7364 | 05-Jul-1982 |
eric |
count Mail-From: lines to avoid loops (simulates hop counts) |
7363 | 05-Jul-1982 |
eric |
fix bug in interactive SMTP session (i.e., non-daemon) |
7362 | 05-Jul-1982 |
eric |
don't deliver the message if there were errors during collection |
7361 | 05-Jul-1982 |
eric |
add debugging info & comments |
7360 | 05-Jul-1982 |
eric |
check for errors before opening a daemon connection |
7359 | 05-Jul-1982 |
eric |
check for errors before opening a daemon connection |
7358 | 05-Jul-1982 |
eric |
date and time created 82/07/05 12:23:56 by eric |
7357 | 05-Jul-1982 |
eric |
split off clock stuff from util.c so that vacation will compile |
7356 | 05-Jul-1982 |
eric |
put timeouts on net reads |