diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-04-07 09:30:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-07 09:30:13 +0000 |
commit | e342373f93974ca0fd6dcf73a7ef5ae59d39eb22 (patch) | |
tree | b8770e99a80a3bbd38c9cdf01d76e74f7c1cb943 /contrib/sendmail/src/conf.c | |
parent | ac082e91fc52d1ece9f6cc84ffcc4aba047fa749 (diff) | |
download | src-e342373f93974ca0fd6dcf73a7ef5ae59d39eb22.tar.gz src-e342373f93974ca0fd6dcf73a7ef5ae59d39eb22.zip |
MFC: Upgrade sendmail from patched 8.9.2 to proper 8.9.3
Notes
Notes:
svn path=/stable/3/; revision=45425
Diffstat (limited to 'contrib/sendmail/src/conf.c')
-rw-r--r-- | contrib/sendmail/src/conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c index d2e826e1c955..cc6c96870d59 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] == '/' ? "" : "/"); |