From 5e418b65f6d5f3971cc8e4203fc2444c01ead593 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 24 Jan 1999 07:54:30 +0000 Subject: [PATCH] Support 'O MaxHeaderLines=' to override the default header count and line length limits. The configuration keyword is: confMAX_HEADER_LINES --- secure/usr.sbin/sendmail/Makefile | 1 + usr.sbin/sendmail/Makefile | 1 + 2 files changed, 2 insertions(+) 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 \