diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-01-24 07:54:30 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-01-24 07:54:30 +0000 |
commit | 5e418b65f6d5f3971cc8e4203fc2444c01ead593 (patch) | |
tree | 5db51b022662b1f88489e7050e07a13cd63a2c06 /secure/usr.sbin/sendmail/Makefile | |
parent | 1b340441b7627402f9fdf8cbfc12dfe69bb2a7d0 (diff) | |
download | src-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
Diffstat (limited to 'secure/usr.sbin/sendmail/Makefile')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 1 |
1 files changed, 1 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 \ |