add ColonOkInAddr (confCOLON_OK_IN_ADDR) option
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 20 Apr 1995 01:40:27 +0000 (17:40 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 20 Apr 1995 01:40:27 +0000 (17:40 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.67
SCCS-vsn: usr.sbin/sendmail/cf/README 8.53

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

index a6d0aaf..025084a 100644 (file)
@@ -4,7 +4,7 @@
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
-               @(#)README      8.52 (Berkeley) %G%
+               @(#)README      8.53 (Berkeley) %G%
 
 
 This document describes the sendmail configuration files being used
 
 
 This document describes the sendmail configuration files being used
@@ -1303,6 +1303,13 @@ confSAFE_FILE_ENV        SafeFileEnvironment
                                        If set, sendmail will do a chroot()
                                        into this directory before writing
                                        files.
                                        If set, sendmail will do a chroot()
                                        into this directory before writing
                                        files.
+confCOLON_OK_IN_ADDR   ColonOkInAddr   If set, colons are treated as a regular
+                                       character in addresses.  If not set,
+                                       they are treated as the introducer to
+                                       the RFC 822 "group" syntax.  Colons are
+                                       handled properly in route-addrs.  This
+                                       option defaults on for V5 and lower
+                                       configuration files.
 
 
 +-----------+
 
 
 +-----------+
index 053e878..7bf0af0 100644 (file)
@@ -8,7 +8,7 @@ divert(-1)
 #
 divert(0)
 
 #
 divert(0)
 
-VERSIONID(`@(#)proto.m4        8.66 (Berkeley) %G%')
+VERSIONID(`@(#)proto.m4        8.67 (Berkeley) %G%')
 
 MAILER(local)dnl
 
 
 MAILER(local)dnl
 
@@ -354,6 +354,9 @@ _OPTION(NoRecipientAction, `confNO_RCPT_ACTION', add-to-undisclosed)
 # chrooted environment for writing to files
 _OPTION(SafeFileEnvironment, `confSAFE_FILE_ENV', /arch)
 
 # chrooted environment for writing to files
 _OPTION(SafeFileEnvironment, `confSAFE_FILE_ENV', /arch)
 
+# are colons OK in addresses?
+_OPTION(ColonOkInAddr, `confCOLON_OK_IN_ADDR')
+
 ###########################
 #   Message precedences   #
 ###########################
 ###########################
 #   Message precedences   #
 ###########################