#
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 ...
|
#
7368 |
| 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 ...
|
#
7360 |
| 05-Jul-1982 |
eric |
check for errors before opening a daemon connection |
#
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 |
#
7350 |
| 02-Jul-1982 |
eric |
arrange to not lose temporary queue control files (tf files) if you interrupt a queue run process. |
#
7346 |
| 02-Jul-1982 |
eric |
be paranoid about resetting the "FatalErrors" flag -- always reset after forking for daemon or queue mode. This will prevent false error return delivery. |
#
7345 |
| 02-Jul-1982 |
eric |
take special care in outputing error messages to the transcript; a little bit of paranoia never hurt a mail system. |
#
7340 |
| 30-Jun-1982 |
eric |
open a separate transcript in the child of a daemon. |
#
7294 |
| 26-Jun-1982 |
eric |
clean up error messages on SMTP temporary failures resulting from failure to connect properly. |
#
7287 |
| 26-Jun-1982 |
eric |
more debug information; fix dependencies in makefile |
#
7286 |
| 26-Jun-1982 |
eric |
lint |
#
7284 |
| 26-Jun-1982 |
eric |
take environment variable "NAME" to determine what your full name is; this is overridden by -F. |
#
7282 |
| 26-Jun-1982 |
eric |
add _kill command to SMTP. this is probably dangerous in the outside world. |
#
7275 |
| 25-Jun-1982 |
eric |
add debugging information to server smtp code: _debug to set Debug, _verbose to set verbose, and _showq to show the send queue (already existant, just a name change) |
#
7260 |
| 23-Jun-1982 |
eric |
check prescan return values in remotename |
#
7233 |
| 19-Jun-1982 |
eric |
remember to put a newline at the end of the UGLYUUCP line |
#
7230 |
| 19-Jun-1982 |
eric |
get rid of comment lines when storing rewriting rules |
#
7229 |
| 19-Jun-1982 |
eric |
improve SMTP error reporting |
#
7219 |
| 18-Jun-1982 |
eric |
believe host name on SMTP "HELO" line |
#
7211 |
| 17-Jun-1982 |
eric |
fix botch in -Q flag (sets AliasFile rather than QueueDir) |
#
7205 |
| 16-Jun-1982 |
eric |
allow connection refused as a temporary error; make sure there is always someone to return the mail to on error |
#
7202 |
| 16-Jun-1982 |
eric |
fix botch in outputing "recipient" type lines (e.g., To:) |
#
7120 |
| 07-Jun-1982 |
eric |
allow multiple connections; call putline to output FULL_SMTP lines (to limit line lengths, etc.); involves adding an asm.sed script to the makefile |