mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
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:
parent
1b340441b7
commit
5e418b65f6
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user