MIME support
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 24 Jul 1994 01:49:20 +0000 (17:49 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 24 Jul 1994 01:49:20 +0000 (17:49 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 8.7
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.52
SCCS-vsn: usr.sbin/sendmail/cf/m4/nullrelay.m4 8.6

usr/src/usr.sbin/sendmail/cf/m4/cf.m4
usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4
usr/src/usr.sbin/sendmail/cf/m4/proto.m4

index 386bb01..6f605ef 100644 (file)
@@ -90,6 +90,7 @@ define(`confFROM_LINE', `From $g  $d')
 define(`confOPERATORS', `.:%@!^/[]')
 define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z ready at $b')
 define(`confSEVEN_BIT_INPUT', `False')
 define(`confOPERATORS', `.:%@!^/[]')
 define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z ready at $b')
 define(`confSEVEN_BIT_INPUT', `False')
+define(`confEIGHT_BIT_HANDLING', `pass8')
 define(`confALIAS_WAIT', `10')
 define(`confMIN_FREE_BLOCKS', `4')
 define(`confBLANK_SUB', `.')
 define(`confALIAS_WAIT', `10')
 define(`confMIN_FREE_BLOCKS', `4')
 define(`confBLANK_SUB', `.')
@@ -124,4 +125,4 @@ define(`confMIME_FORMAT_ERRORS', `True')
 define(`confTRY_NULL_MX_LIST', `False')
 
 divert(0)dnl
 define(`confTRY_NULL_MX_LIST', `False')
 
 divert(0)dnl
-VERSIONID(`@(#)cf.m4   8.6 (Berkeley) %G%')
+VERSIONID(`@(#)cf.m4   8.7 (Berkeley) %G%')
index b696fea..5c951f0 100644 (file)
@@ -8,7 +8,7 @@ divert(-1)
 #
 divert(0)
 
 #
 divert(0)
 
-VERSIONID(`@(#)nullrelay.m4    8.5 (Berkeley) %G%')
+VERSIONID(`@(#)nullrelay.m4    8.6 (Berkeley) %G%')
 
 #
 #  This configuration applies only to relay-only hosts.  They send
 
 #
 #  This configuration applies only to relay-only hosts.  They send
@@ -58,6 +58,9 @@ include(`../m4/version.m4')
 # strip message body to 7 bits on input?
 O7`'confSEVEN_BIT_INPUT
 
 # strip message body to 7 bits on input?
 O7`'confSEVEN_BIT_INPUT
 
+# eight bit data handling
+O8`'confEIGHT_BIT_HANDLING
+
 # no aliases here
 
 # substitution for space (blank) characters
 # no aliases here
 
 # substitution for space (blank) characters
index 7b507d4..7dec2a2 100644 (file)
@@ -8,7 +8,7 @@ divert(-1)
 #
 divert(0)
 
 #
 divert(0)
 
-VERSIONID(`@(#)proto.m4        8.51 (Berkeley) %G%')
+VERSIONID(`@(#)proto.m4        8.52 (Berkeley) %G%')
 
 MAILER(local)dnl
 
 
 MAILER(local)dnl
 
@@ -132,6 +132,9 @@ include(`../m4/version.m4')
 # strip message body to 7 bits on input?
 O7`'confSEVEN_BIT_INPUT
 
 # strip message body to 7 bits on input?
 O7`'confSEVEN_BIT_INPUT
 
+# 8-bit data handling
+O8`'confEIGHT_BIT_HANDLING
+
 # wait (in minutes) for alias file rebuild
 Oa`'confALIAS_WAIT
 
 # wait (in minutes) for alias file rebuild
 Oa`'confALIAS_WAIT