#
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. |
#
51719 |
| 15-Nov-1991 |
eric |
change leading "local mailer" indicator to avoid conflict with :include: lists |
#
51381 |
| 20-Oct-1991 |
eric |
handle backslashes in addresses properly |
#
51317 |
| 05-Oct-1991 |
eric |
allow catching of local names after aliasing but before local name resolution; have name server return indication that it matched. |
#
42828 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
40973 |
| 18-Apr-1990 |
bostic |
sendmail security problems; bug report 4.3BSD/usr.lib/153 sendmail security problems; bug report 4.3BSD/usr.lib/133 sendmail security problems; bug report 4.3BSD/usr.lib/136 |
#
36615 |
| 25-Jan-1989 |
bostic |
don't indirect through null, just because mc file messed up |
#
36497 |
| 01-Jan-1989 |
bostic |
remove DEBUG |
#
34921 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33730 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
33725 |
| 13-Mar-1988 |
bostic |
replace sameword with strcasecmp |
#
26995 |
| 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. |
#
25999 |
| 30-Jan-1986 |
eric |
fix .forward files that include yourself; this was a bug in sameaddr that may have caused some other problems |
#
25523 |
| 22-Nov-1985 |
eric |
don't consider addresses with different q_uid's alike |
#
25279 |
| 24-Oct-1985 |
eric |
don't create a queue name in syserr; permit trailing blanks and quoted commas in aliases. |
#
24945 |
| 19-Sep-1985 |
eric |
incorporate SMI changes -- still experimental |
#
24944 |
| 19-Sep-1985 |
eric |
SMI changes (somewhat) |
#
23115 |
| 08-Jun-1985 |
eric |
bring to release 5 (like all the other files) |
#
23109 |
| 08-Jun-1985 |
eric |
lint |
#
22976 |
| 07-Jun-1985 |
miriam |
Resolve duplicate SccsId. Remove unused variables. Correct return. |
#
19040 |
| 28-Apr-1985 |
eric |
use the recipient rewriting set for parsed addresses |
#
17473 |
| 05-Dec-1984 |
eric |
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@"
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@" alias; fix bug in $[ $] using -t; random cleanup
show more ...
|
#
17348 |
| 13-Nov-1984 |
eric |
bmove => bcopy |
#
17177 |
| 09-Sep-1984 |
eric |
fix absurd trivial botch in previous change |
#
17174 |
| 08-Sep-1984 |
eric |
fix hostname mapping to be repeatable (as required by some .cf files). |