#
11279 |
| 24-Feb-1983 |
eric |
arrange to cleanup addresses using ruleset 4 before storing in ADDR struct |
#
11277 |
| 24-Feb-1983 |
eric |
Fix bug in $w and $=w setup; truncate output to seven bits if the "limits" flag is set to insure that nothing can be sent that looks like TELNET protocol |
#
11161 |
| 20-Feb-1983 |
eric |
Avoid loops in the auto-closedown code |
#
11158 |
| 19-Feb-1983 |
eric |
Avoid core dumps on very long addresses in headers. |
#
11150 |
| 18-Feb-1983 |
eric |
Improve host verification -- put something in even if no HELO command given |
#
11149 |
| 18-Feb-1983 |
eric |
Add HELO hostname verification; give an error if a message terminates with EOF rather than dot in SMTP mode; put in a catch for "Not owner" error on connect -- see if we can find anything funny. |
#
11054 |
| 13-Feb-1983 |
eric |
fix clrbitmap to really clear the entire bitmap |
#
10846 |
| 10-Feb-1983 |
eric |
avoid core dump on return receipt processing; clean up return receipt message. |
#
10756 |
| 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. |
#
10712 |
| 03-Feb-1983 |
eric |
Change version stamp to have no date (so that it looks nice as $v/$V) |
#
10707 |
| 03-Feb-1983 |
eric |
$e macro is now SMTP entry message (so that configuration version can be included). |
#
10700 |
| 03-Feb-1983 |
eric |
Make mailer size limits a per-mailer parameter (M field in the mailer descriptor) |
#
10684 |
| 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 |
#
10663 |
| 01-Feb-1983 |
eric |
don't call printqueue() if queueing is turned off |
#
10421 |
| 18-Jan-1983 |
eric |
pause() after reply error if 18.100 set -- so that Sam can try to track down the state of the connection in the CMU-CS-A problem. |
#
10406 |
| 17-Jan-1983 |
eric |
Set the $w macro to the hostname if at all possible to allow generic configuration tables. |
#
10355 |
| 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. |
#
10350 |
| 17-Jan-1983 |
eric |
define a newline in "nullmailer" so that queue files get written with newlines between the "H" lines. |
#
10348 |
| 16-Jan-1983 |
eric |
put in socket debugging on a debug flag to help Sam find the CMU-CS-A problem -- this probably won't work with early 4.1c systems. |
#
10340 |
| 16-Jan-1983 |
eric |
make the maximum number of simultaneous SMTP connections an option |
#
10325 |
| 16-Jan-1983 |
eric |
Change mailer spec to have labelled fields for future expansion. **** This delta invalidates previous configuration files **** |
#
10307 |
| 15-Jan-1983 |
eric |
be sure everything gets appropriately externalized; canonname goes away, since everything is now done by remotename |
#
10251 |
| 12-Jan-1983 |
eric |
fix date format to be truly RFC822 |
#
10216 |
| 09-Jan-1983 |
eric |
fix CRLF problem when sending SMTP commands; make newstr() and crlf() into macros |
#
10207 |
| 08-Jan-1983 |
eric |
release daemon resources when running the queue |