#
22705 |
| 07-Jun-1985 |
dist |
Add copyright |
#
18574 |
| 04-Apr-1985 |
miriam |
Change LOG_ERR to LOG_MAIL |
#
16904 |
| 11-Aug-1984 |
eric |
fix typo |
#
16901 |
| 11-Aug-1984 |
eric |
changes from Tom Ferrin <ucsfcgl!tef>: don't drop messages on the floor if no local mailer available; give real "errno" message in syserr. |
#
15136 |
| 01-Oct-1983 |
eric |
clean up error handling in general; make sure that something gets logged in the transcript if the connection cannot be established; clean up Teus Hagen's mod to arpadate.c to match the sendmail codin
clean up error handling in general; make sure that something gets logged in the transcript if the connection cannot be established; clean up Teus Hagen's mod to arpadate.c to match the sendmail coding style.
show more ...
|
#
14900 |
| 05-Sep-1983 |
eric |
Cut down the amount of bulk that is sent in SMTP error messages, by trying to log only real errors in the transcript. -v mode is unchanged. |
#
14103 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
10147 |
| 05-Jan-1983 |
eric |
improve error recovery for bizarre SMTP cases; unfortunately CMU has decided to start working again, so the strangest parts are untested. |
#
10050 |
| 01-Jan-1983 |
eric |
tag syserr's specially in the log so they can be grep'ed out easily |
#
9540 |
| 05-Dec-1982 |
eric |
Clear the envelope in the child in server SMTP to insure that our oh so helpful parent doesn't delete our transcript; move the transcript and temporary file pointers into the envelope; pass the envel
Clear the envelope in the child in server SMTP to insure that our oh so helpful parent doesn't delete our transcript; move the transcript and temporary file pointers into the envelope; pass the envelope to other routines in the holy war against global variables; split off envelope routines from main.c to envelope.c
show more ...
|
#
9389 |
| 28-Nov-1982 |
eric |
implement SMTP auto-shutdown on 421 codes; clean up some error processing items, particularly in SMTP; don't reinstantiate error message bodies after queueing; other minor changes. This is all clean
implement SMTP auto-shutdown on 421 codes; clean up some error processing items, particularly in SMTP; don't reinstantiate error message bodies after queueing; other minor changes. This is all cleanup from 3.253.
show more ...
|
#
9372 |
| 28-Nov-1982 |
eric |
Many changes resulting from a complete code readthrough. Most of these fix minor bugs or change the internal structure for clarity, etc. There should be almost no externally visible changes (other
Many changes resulting from a complete code readthrough. Most of these fix minor bugs or change the internal structure for clarity, etc. There should be almost no externally visible changes (other than some cleaner error message printouts and the like).
show more ...
|
#
9346 |
| 24-Nov-1982 |
eric |
lint it |
#
9336 |
| 24-Nov-1982 |
eric |
run SMTP jobs in a subprocess so that multiple jobs will work. This delta also changes the envelope data structure so that flags are in a bit map, and adjusts some of the semantics. The transcript
run SMTP jobs in a subprocess so that multiple jobs will work. This delta also changes the envelope data structure so that flags are in a bit map, and adjusts some of the semantics. The transcript is now local to an envelope. A bunch of old code is deleted. A serious bug was fixed in the "run in background" code. Etc., etc.
show more ...
|
#
9277 |
| 17-Nov-1982 |
eric |
split operation mode ("-bx" flag) and delivery mode ("d" option) so that operation mode can apply to SMTP/daemon connections also. |
#
9143 |
| 13-Nov-1982 |
eric |
avoid printing out extra messages when the transcript is not instantiated |
#
9108 |
| 07-Nov-1982 |
eric |
make all mailer output go to the transcript if running server smtp; this has the effect of making some significant changes in the output structure to handle such things as -em and -as together |
#
8239 |
| 21-Sep-1982 |
eric |
add nmessage (to not add "to..." tag); improve handling of error status setting |
#
7957 |
| 29-Aug-1982 |
eric |
give 554 message on syserr (instead of 451) if errno == 0; as it was some permanent errors appeared transient |
#
7810 |
| 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
#
7762 |
| 15-Aug-1982 |
eric |
make VRFY and EXPN work more correctly (VRFY still gives an OK even if the target is a list); this adds the QuickAbort option |
#
7674 |
| 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 |
#
7613 |
| 31-Jul-1982 |
eric |
arrange to print errno properly in syserr's |
#
7525 |
| 25-Jul-1982 |
eric |
clean up error handling |
#
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) |