#
40969 |
| 18-Apr-1990 |
bostic |
flock instead of locking files, major security fixes, minor other stuff |
#
35651 |
| 20-Sep-1988 |
eric |
add I option to insist on Internet domain server; add NAMED_BIND compile option to compile in named routines. |
#
34921 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33731 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
30448 |
| 03-Feb-1987 |
eric |
pass sending hostname correctly back via the $s macro (broken sometime earlier); hack around some name server changes |
#
30303 |
| 17-Dec-1986 |
eric |
hack around compiler bug that gets confused on isascii |
#
29914 |
| 23-Oct-1986 |
eric |
Fix security bug allowing writing to arbitrary files; from Bart Miller at U. Wisconsin. |
#
29867 |
| 14-Oct-1986 |
eric |
don't let "locked job" messages remove transcript & lock |
#
29864 |
| 14-Oct-1986 |
eric |
make sure that 0, 1, and 2 are open to avoid confusing syslog; from Steve Schoch <schoch@orion.arpa> |
#
29658 |
| 21-Jul-1986 |
bloom |
add MX support |
#
29431 |
| 30-Jun-1986 |
bloom |
try multiple addresses in SMTP connect |
#
27743 |
| 06-May-1986 |
bloom |
Fix problem with not closing sockets upon errors when opening connections |
#
27681 |
| 02-May-1986 |
bloom |
statistics structure moved to its own header file so it may be used by aux/mailstats |
#
27177 |
| 17-Apr-1986 |
eric |
don't ignore aliasing during queue runs in conjunction with -bd |
#
26997 |
| 02-Apr-1986 |
eric |
don't run around clearing EF_FATALERRS -- this often applies to another address. Drop uid/gid check in sameaddr -- it causes more problems than it fixes. |
#
26505 |
| 08-Mar-1986 |
eric |
improve debugging in queue routines; don't output error addresses that are duplicates or otherwise marked as "don't send" |
#
26502 |
| 08-Mar-1986 |
eric |
do dbminit in a reasonable place |
#
26436 |
| 02-Mar-1986 |
eric |
always ignore SIGCHLD in openmailer; get SccsId correct in alias.c |
#
26000 |
| 30-Jan-1986 |
eric |
fix .forward files that include yourself; this was a bug in sameaddr that may have caused some other problems |
#
25822 |
| 11-Jan-1986 |
eric |
only check the RHS of aliases during newalias if the "n" option is set; this option should probably be set if you are not running the nameserver |
#
25813 |
| 10-Jan-1986 |
eric |
adjust WkTimeFact so that -q1h will lower relative priorities of jobs over long periods, rather than leave them toward the top of the queue |
#
25809 |
| 10-Jan-1986 |
eric |
allow multiple words per line in file classes; require a SCANF compilation flag to use sscanf in F specs in order to reduce image size |
#
25782 |
| 09-Jan-1986 |
eric |
apparently European timezones were wrong; thanks to Piet Beertema <mcvax!piet@seismo.CSS.GOV> for this one |
#
25778 |
| 09-Jan-1986 |
eric |
allow underscores in login names |
#
25690 |
| 05-Jan-1986 |
eric |
rewrite reply-to and resent-reply-to; save errorqueueu in qf file; some performance hacking; some alias handling cleanup; delete leading spaces from SMTP lines |