53182 | 16-Apr-1992 |
eric |
try to eliminate some of the CurEnv globals |
53181 | 16-Apr-1992 |
eric |
properly set up envelope when returning email |
53037 | 20-Mar-1992 |
eric |
reject connections more quickly if load average goes up; try to time out on opens of .forward files on hung filesystems |
53036 | 20-Mar-1992 |
eric |
check for configuration level higher than we understand |
52852 | 06-Mar-1992 |
eric |
print host name in debugging info |
52676 | 26-Feb-1992 |
eric |
partial hooks for caching all email connections; won't work because it could result in too many connections, and some could time out. |
52673 | 26-Feb-1992 |
eric |
check I/O status when appending to files |
52647 | 24-Feb-1992 |
eric |
allow on-line comments; don't double-parse RCPT To: addresses; warn on truncated lines; do some sanity checks on .cf file descriptor |
52645 | 24-Feb-1992 |
eric |
add new 'V' config line to control configuration syntax version |
52637 | 21-Feb-1992 |
eric |
from Bryan Costales: several smallish changes, mostly to clean up debugging output. The major change is that test mode (-bt) doesn't automatically run through ruleset three any more. |
52220 | 18-Jan-1992 |
eric |
drop mode a (ARPA FTP) -- NCP is gone forever..... |
52107 | 05-Jan-1992 |
eric |
clean up #ifdef configuration to more cleanly match the modern age |
52106 | 04-Jan-1992 |
eric |
allow limited 8-bit support; allow [TCP] as an alias for [IPC], even though it's wrong; restore t option for System V support; add L=_N_ mailer option for line lengths; implement R mailer flag to get
allow limited 8-bit support; allow [TCP] as an alias for [IPC], even though it's wrong; restore t option for System V support; add L=_N_ mailer option for line lengths; implement R mailer flag to get restricted port; misc cleanup
show more ...
|
52105 | 04-Jan-1992 |
eric |
include defaults for SendMode and ErrorMode; never ignore single dot termination when collecting message in SMTP mode. |
52104 | 03-Jan-1992 |
eric |
mark tempfail during initial usersmtp open to avoid extra connections in the future |
52062 | 24-Dec-1991 |
eric |
allow F config line to open a pipe |
52050 | 21-Dec-1991 |
eric |
print some control characters in xputs |
52049 | 21-Dec-1991 |
eric |
don't set FullName in daemon run |
52047 | 20-Dec-1991 |
eric |
set close-on-exec flag for recipient log file |
52046 | 20-Dec-1991 |
eric |
add -R flag to log incoming raw recipients for analysis |
51995 | 17-Dec-1991 |
eric |
add ENOSR (no streams resources) to list of temporary failure conditions |
51961 | 15-Dec-1991 |
eric |
<sysexits.h> before "conf.h" |
51955 | 15-Dec-1991 |
eric |
clear errno after trying to open the database list |
51954 | 15-Dec-1991 |
eric |
clear errno at top of loop to avoid bogus messages |
51953 | 15-Dec-1991 |
eric |
drop STATIC |