#
36233 |
| 17-Nov-1988 |
karels |
more cleanup, fix some inappropriate syserr's |
#
36230 |
| 17-Nov-1988 |
karels |
expunge debugging/nonstandard/trojan horse commands from smtp, logging attempts to use them; log name/address of host from which mail received ("mail from" may not include it or may lie); don't allow
expunge debugging/nonstandard/trojan horse commands from smtp, logging attempts to use them; log name/address of host from which mail received ("mail from" may not include it or may lie); don't allow debug to affect permissions locally; change some of the non-system syserrs to syslog at lower priority; still need to unifdef remaining debug code
show more ...
|
#
34920 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33728 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
23103 |
| 08-Jun-1985 |
eric |
lint |
#
22697 |
| 07-Jun-1985 |
dist |
Add copyright |
#
19036 |
| 28-Apr-1985 |
eric |
add iferror to loop termination conditions to avoid loops from peer resets |
#
16896 |
| 11-Aug-1984 |
eric |
Assorted changes from Guy Harris <rlgvax!guy>: mostly lint & USG |
#
16136 |
| 11-Mar-1984 |
eric |
fix from Bill Nowicki -- don't return an error if the connection times out, since we haven't accepted responsibility yet. |
#
15532 |
| 13-Nov-1983 |
eric |
Fixes two nasty problems, both pointed out by Bill Nowicki at Stanford: I/O errors on input in collect would cause infinite loops, and a protocol error (or other error that would call smtpquit abnorm
Fixes two nasty problems, both pointed out by Bill Nowicki at Stanford: I/O errors on input in collect would cause infinite loops, and a protocol error (or other error that would call smtpquit abnormally) would cause core dumps
show more ...
|
#
14109 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
13932 |
| 13-Jul-1983 |
eric |
Delete "load limiting" for SMTP connections (a bad ethernet board can hang up all incoming mail); use sfgets in collect (same reason); check for I/O error in collect (from Bill Nowicki); switch date
Delete "load limiting" for SMTP connections (a bad ethernet board can hang up all incoming mail); use sfgets in collect (same reason); check for I/O error in collect (from Bill Nowicki); switch date format to RFC822 style.
show more ...
|
#
11933 |
| 17-Apr-1983 |
eric |
remove >From hack |
#
11544 |
| 12-Mar-1983 |
eric |
Check for I/O error on close of temp file -- i.e., last buffer flush |
#
11289 |
| 26-Feb-1983 |
eric |
log queueid <=> message-id correspondence |
#
11145 |
| 18-Feb-1983 |
eric |
Give an error if the message is terminated with an EOF and we are running SMTP (it must be terminated with a dot). |
#
9539 |
| 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 ...
|
#
9371 |
| 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 ...
|
#
9276 |
| 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. |
#
9047 |
| 03-Nov-1982 |
eric |
Put temporary file mode on the F option |
#
8179 |
| 12-Sep-1982 |
eric |
change inheritance for macros in envelopes; be able to canonicalize non-domained names by appending domain from sender; call ruleset 3 explicitly before doing other rulesets; some general cleanup. |
#
7852 |
| 23-Aug-1982 |
eric |
allow continuation lines in .cf file (particularly in headers) |
#
7850 |
| 22-Aug-1982 |
eric |
change $i to $j; $i is now queue id; put "Received:" format in .cf file; minor cleanup |
#
7809 |
| 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
#
7788 |
| 17-Aug-1982 |
eric |
Mail-From: ==> Received: for new SMTP spec (RFC821) |