7672 | 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup |
7671 | 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup |
7670 | 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup |
7669 | 08-Aug-1982 |
eric |
don't delete bcc: lines; force message-id output; default logging level |
7668 | 08-Aug-1982 |
eric |
date and time created 82/08/08 00:37:36 by eric |
7667 | 07-Aug-1982 |
eric |
Fix address rewriting so that multiple spaces and tabs work properly |
7666 | 07-Aug-1982 |
eric |
Fix address rewriting so that multiple spaces and tabs work properly |
7665 | 07-Aug-1982 |
eric |
clean up comments |
7615 | 31-Jul-1982 |
eric |
don't give error on ETIMEDOUT on accept call; print errno properly in syserr() |
7614 | 31-Jul-1982 |
eric |
don't give error on ETIMEDOUT on accept() call. |
7613 | 31-Jul-1982 |
eric |
arrange to print errno properly in syserr's |
7611 | 31-Jul-1982 |
eric |
By default, just queue up the mail for most mailers and deliver from the queue. This avoids the wild process problem in netnews (or so we hope). |
7610 | 31-Jul-1982 |
eric |
By default, just queue up the mail for most mailers and deliver from the queue. This avoids the wild process problem in netnews (or so we hope). |
7559 | 27-Jul-1982 |
eric |
clean up semantics of daemon mode to facilitate use of other IPC; move some code to main.c because it is not part of creating a connection; if you can't create a socket assume there is another sendma
clean up semantics of daemon mode to facilitate use of other IPC; move some code to main.c because it is not part of creating a connection; if you can't create a socket assume there is another sendmail running and exit; improve the verbose information in an SMTP connection to make it more obvious which messages went which way; don't attempt delivery if you get an error reading the queue file.
show more ...
|
7558 | 27-Jul-1982 |
eric |
don't attempt delivery if you get an error reading the queue file. |
7557 | 27-Jul-1982 |
eric |
improve verbose information to make it more obvious what is going where |
7556 | 27-Jul-1982 |
eric |
clean up semantics of daemon mode to facilitate use of other IPC; if you can't create a socket assume there is another sendmail running and exit; move some code to main.c because it is not part of cr
clean up semantics of daemon mode to facilitate use of other IPC; if you can't create a socket assume there is another sendmail running and exit; move some code to main.c because it is not part of creating a connection.
show more ...
|
7555 | 27-Jul-1982 |
eric |
clean up semantics of daemon mode to facilitate use of other IPC; if you can't create a socket assume there is another sendmail running and exit; move some code to main.c because it is not part of cr
clean up semantics of daemon mode to facilitate use of other IPC; if you can't create a socket assume there is another sendmail running and exit; move some code to main.c because it is not part of creating a connection.
show more ...
|
7525 | 25-Jul-1982 |
eric |
clean up error handling |
7481 | 22-Jul-1982 |
eric |
new version of syslog that uses 4.2 IPC |
7467 | 20-Jul-1982 |
eric |
be smarter about when to rerun the queue when you are in repeated queue mode. |
7466 | 20-Jul-1982 |
eric |
be smarter about when to rerun the queue when you are in repeated queue mode. |
7398 | 14-Jul-1982 |
eric |
disconnect sendmail from the controlling tty in daemon mode. |
7397 | 14-Jul-1982 |
eric |
disconnect sendmail from the controlling tty in daemon mode. |
7396 | 14-Jul-1982 |
eric |
arrange for MotherPid to be correct in daemon mode |