0N/A# This patch is Solaris-specific and thus has not been contributed upstream.
2105N/A
0N/A--- sendmail-8.14.9/cf/m4/proto.m4.~1~ 2014-05-16 13:40:15.000000000 -0700
0N/A+++ sendmail-8.14.9/cf/m4/proto.m4 2014-12-04 12:35:10.676548742 -0800
0N/A@@ -6,6 +6,9 @@
0N/A # Copyright (c) 1988, 1993
0N/A # The Regents of the University of California. All rights reserved.
0N/A #
0N/A+# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0N/A+# Use is subject to license terms.
0N/A+#
0N/A # By using this file, you agree to the terms and conditions set
0N/A # forth in the LICENSE file which can be found at the top level of
0N/A # the sendmail distribution.
0N/A@@ -16,7 +19,7 @@
0N/A VERSIONID(`$Id: proto.m4,v 8.762 2013-11-22 20:51:13 ca Exp $')
0N/A
0N/A # level CF_LEVEL config file format
1472N/A-V`'CF_LEVEL`'ifdef(`NO_VENDOR',`', `/ifdef(`VENDOR_NAME', `VENDOR_NAME', `Berkeley')')
1472N/A+V`'CF_LEVEL`'ifdef(`NO_VENDOR',`', `/ifdef(`VENDOR_NAME', `VENDOR_NAME', `Sun')')
1472N/A divert(-1)
0N/A
0N/A dnl if MAILER(`local') not defined: do it ourself; be nice
0N/A@@ -603,7 +606,7 @@
1934N/A _OPTION(ControlSocketName, `confCONTROL_SOCKET_NAME', `/var/spool/mqueue/.control')
1934N/A
1934N/A # Maximum MIME header length to protect MUAs
1934N/A-_OPTION(MaxMimeHeaderLength, `confMAX_MIME_HEADER_LENGTH', `0/0')
1879N/A+_OPTION(MaxMimeHeaderLength, `confMAX_MIME_HEADER_LENGTH', `2048/1024')
0N/A
0N/A # Maximum length of the sum of all headers
0N/A _OPTION(MaxHeadersLength, `confMAX_HEADERS_LENGTH', `32768')
0N/A