#
16843 |
| 05-Aug-1984 |
eric |
add B option to set blank substitution character |
#
16157 |
| 11-Mar-1984 |
eric |
change macro expansion character from $ to \001 so that $'s can be used in headers -- the .cf file is unchanged by mapping $ to \001. \001 is now a manifest constant. |
#
16143 |
| 11-Mar-1984 |
eric |
make network name configurable |
#
14879 |
| 28-Aug-1983 |
eric |
Refuse to talk to yourself (i.e., reject HELO packets with your own name). Add two thresholds -- option 'x' is the load average at which messages are queued rather than delivered (default 12); option
Refuse to talk to yourself (i.e., reject HELO packets with your own name). Add two thresholds -- option 'x' is the load average at which messages are queued rather than delivered (default 12); option 'X' is the load average at which incoming TCP connections are refused (default 25).
show more ...
|
#
14113 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
13935 |
| 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 ...
|
#
12633 |
| 21-May-1983 |
eric |
Miscellaneous changes for PDP-11's. Always send to a login name before a full name. |
#
12137 |
| 30-Apr-1983 |
eric |
lint |
#
10755 |
| 08-Feb-1983 |
eric |
clean up problems when QUEUE compile flag not defined; clean up hostname code to run on non-4.1c systems; fix use of -oeq (quiet on errors) flag. |
#
10709 |
| 03-Feb-1983 |
eric |
$e macro is now SMTP entry message (so that configuration version can be included). |
#
10701 |
| 03-Feb-1983 |
eric |
Make mailer size limits a per-mailer parameter (M field in the mailer descriptor) |
#
10687 |
| 02-Feb-1983 |
eric |
implement classes and mailer flags as a bit map; define new class 'w' as the set of all hosts we are known by |
#
10357 |
| 17-Jan-1983 |
eric |
fix bug that caused "\r\n" string in TCP mailer definition to turn into something else -- causing all TCP connections to hang. |
#
10343 |
| 16-Jan-1983 |
eric |
make the maximum number of simultaneous SMTP connections an option |
#
10327 |
| 16-Jan-1983 |
eric |
Change mailer spec to have labelled fields for future expansion. **** This delta invalidates previous configuration files **** |
#
10174 |
| 06-Jan-1983 |
eric |
split up FULLSMTP flag -- now have "X" (M_XDOT, use hidden dot algorithm), "p" (M_FROMPATH, use reverse-path in MAIL FROM:<> command), and "L" (M_LIMITS, enforce SMTP line limits). I would like to c
split up FULLSMTP flag -- now have "X" (M_XDOT, use hidden dot algorithm), "p" (M_FROMPATH, use reverse-path in MAIL FROM:<> command), and "L" (M_LIMITS, enforce SMTP line limits). I would like to change the format of the mail defn one more time to make named fields so that it would be more extensible.
show more ...
|
#
9381 |
| 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 ...
|
#
9350 |
| 24-Nov-1982 |
eric |
lint it |
#
9341 |
| 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 ...
|
#
9315 |
| 21-Nov-1982 |
eric |
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze an
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze and thaw, add a mailer flag saying we are talking to one of our own kind.
show more ...
|
#
9284 |
| 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. |
#
9188 |
| 14-Nov-1982 |
eric |
Don't give an error message on unknown options |
#
9146 |
| 13-Nov-1982 |
eric |
require an option to do auto-rebuild of alias database; allow new operation modes to replace old ad hoc flags |
#
9105 |
| 07-Nov-1982 |
eric |
don't flag errors in setting dangerous options when -C is used |
#
9049 |
| 03-Nov-1982 |
eric |
Put temporary file mode on the F option |