summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/conf.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-02-07 09:43:30 +0000
committerpeter <peter@FreeBSD.org>1999-02-07 09:43:30 +0000
commit486a3d0d3f8b6dbb3e11cce136d362f73a11e6c1 (patch)
treef87e3c270bb08b54cef3537732654d36bcb8afb6 /contrib/sendmail/src/conf.c
parentab5a9cbab45b524bd67604dcdbe60870697848d2 (diff)
downloadFreeBSD-src-486a3d0d3f8b6dbb3e11cce136d362f73a11e6c1.zip
FreeBSD-src-486a3d0d3f8b6dbb3e11cce136d362f73a11e6c1.tar.gz
Merge 8.9.2+patches -> 8.9.3 changes into mainline.
Diffstat (limited to 'contrib/sendmail/src/conf.c')
-rw-r--r--contrib/sendmail/src/conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c
index d2e826e..cc6c968 100644
--- a/contrib/sendmail/src/conf.c
+++ b/contrib/sendmail/src/conf.c
@@ -11,7 +11,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)conf.c 8.450 (Berkeley) 12/17/1998";
+static char sccsid[] = "@(#)conf.c 8.452 (Berkeley) 1/26/1999";
#endif /* not lint */
# include "sendmail.h"
@@ -284,8 +284,7 @@ setdefaults(e)
ColonOkInAddr = TRUE;
DontLockReadFiles = TRUE;
DoubleBounceAddr = "postmaster";
- MaxHeaderLines = MAXHDRLINES;
- MaxHeaderLineLength = MAXHDRLINELEN;
+ MaxHeadersLength = MAXHDRSLEN;
snprintf(buf, sizeof buf, "%s%sdead.letter",
_PATH_VARTMP,
_PATH_VARTMP[sizeof _PATH_VARTMP - 2] == '/' ? "" : "/");
OpenPOWER on IntegriCloud