From 29bfcbeb8ada3ed5373be179bf4b86d771260817 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 24 Jan 1999 07:54:30 +0000 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'secure/usr.sbin/sendmail/Makefile') diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 74675e2..bb1199b 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 \ -- cgit v1.1