Support 'O MaxHeaderLines=' to override the default header count and line

length limits.  The configuration keyword is: confMAX_HEADER_LINES
This commit is contained in:
Peter Wemm 1999-01-24 07:54:30 +00:00
parent 1b340441b7
commit 5e418b65f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43153
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \