#
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 |
#
52107 |
| 05-Jan-1992 |
eric |
clean up #ifdef configuration to more cleanly match the modern age |
#
52104 |
| 03-Jan-1992 |
eric |
mark tempfail during initial usersmtp open to avoid extra connections in the future |
#
51951 |
| 15-Dec-1991 |
eric |
separate support for header vs envelope sender; if users are in the database, map them to a canonical name (e.g., @CS.Berkeley.EDU) in header. |
#
46928 |
| 02-Mar-1991 |
bostic |
ANSI |
#
42831 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
40997 |
| 19-Apr-1990 |
bostic |
don't NULL deref if smtpmessage() is passed a NULL mailer bug report 4.3BSD-tahoe/usr.sbin/14 |
#
36584 |
| 19-Jan-1989 |
bostic |
make ps more informative; from Rick Adams/David Comay |
#
36497 |
| 01-Jan-1989 |
bostic |
remove DEBUG |
#
36234 |
| 18-Nov-1988 |
karels |
pipe down! losing a network connection is a normal event! |
#
34921 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33731 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
30302 |
| 17-Dec-1986 |
eric |
delete unneeded #include <ctype.h> |
#
26996 |
| 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. |
#
25050 |
| 30-Sep-1985 |
eric |
clean up some aspects of error message display |
#
24945 |
| 19-Sep-1985 |
eric |
incorporate SMI changes -- still experimental |
#
24944 |
| 19-Sep-1985 |
eric |
SMI changes (somewhat) |
#
24859 |
| 17-Sep-1985 |
eric |
facilities in syslog |
#
23124 |
| 08-Jun-1985 |
eric |
lint for 4.3 release |
#
22947 |
| 07-Jun-1985 |
miriam |
Resolve duplicate SccsId |
#
22716 |
| 07-Jun-1985 |
dist |
Add copyright |
#
21065 |
| 24-May-1985 |
eric |
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, dro
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, drop "safe" mode in readcf since we never run setuid when -C is specified.
show more ...
|
#
18573 |
| 04-Apr-1985 |
miriam |
Change LOG_ERR to LOG_MAIL |
#
16891 |
| 11-Aug-1984 |
eric |
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supp
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supplied by libc on 4.2bsd)
show more ...
|
#
16156 |
| 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. |