aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-24 07:54:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-24 07:54:30 +0000
commit5e418b65f6d5f3971cc8e4203fc2444c01ead593 (patch)
tree5db51b022662b1f88489e7050e07a13cd63a2c06
parent1b340441b7627402f9fdf8cbfc12dfe69bb2a7d0 (diff)
downloadsrc-5e418b65f6d5f3971cc8e4203fc2444c01ead593.tar.gz
src-5e418b65f6d5f3971cc8e4203fc2444c01ead593.zip
Support 'O MaxHeaderLines=' to override the default header count and line
length limits. The configuration keyword is: confMAX_HEADER_LINES
Notes
Notes: svn path=/head/; revision=43153
-rw-r--r--secure/usr.sbin/sendmail/Makefile1
-rw-r--r--usr.sbin/sendmail/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile
index 74675e29d599..bb1199bc1128 100644
--- a/secure/usr.sbin/sendmail/Makefile
+++ b/secure/usr.sbin/sendmail/Makefile
@@ -20,6 +20,7 @@ MAPS= -DMAP_REGEX
CFLAGS+=-I${SMDIR} ${DBMDEF} ${NIS} ${TCPWRAPPERS} ${MAPS}
CFLAGS+=-D_FFR_MAX_MIME_HEADER_LENGTH
+CFLAGS+=-D_FFR_MAX_HEADER_LINES
SRCS= alias.c arpadate.c clock.c collect.c conf.c control.c convtime.c \
daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c \
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 74675e29d599..bb1199bc1128 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -20,6 +20,7 @@ MAPS= -DMAP_REGEX
CFLAGS+=-I${SMDIR} ${DBMDEF} ${NIS} ${TCPWRAPPERS} ${MAPS}
CFLAGS+=-D_FFR_MAX_MIME_HEADER_LENGTH
+CFLAGS+=-D_FFR_MAX_HEADER_LINES
SRCS= alias.c arpadate.c clock.c collect.c conf.c control.c convtime.c \
daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c \