BSD 4_2 release
[unix-history] / usr / src / usr.lib / sendmail / cf / arpa.mc
index 9a3dfd4..d6a839a 100644 (file)
@@ -3,7 +3,7 @@
 #####
 #####          SENDMAIL CONFIGURATION FILE
 #####
 #####
 #####          SENDMAIL CONFIGURATION FILE
 #####
-#####          @(#)arpa.mc     3.25            2/24/83
+#####          @(#)arpa.mc     4.2             8/6/83
 #####
 ############################################################
 ############################################################
 #####
 ############################################################
 ############################################################
@@ -22,7 +22,7 @@ DUucbarpa
 CUucbarpa
 
 # local UUCP connections
 CUucbarpa
 
 # local UUCP connections
-CVsun
+#CVsun
 
 # we have full sendmail support here
 Oa
 
 # we have full sendmail support here
 Oa
@@ -39,17 +39,14 @@ include(zerobase.m4)
 R<@$=V.UUCP>:$+                $#uucp$@$1$:$2                  @host.UUCP:...
 R$+<@$=V.UUCP>         $#uucp$@$2$:$1                  user@host.UUCP
 
 R<@$=V.UUCP>:$+                $#uucp$@$1$:$2                  @host.UUCP:...
 R$+<@$=V.UUCP>         $#uucp$@$2$:$1                  user@host.UUCP
 
-# catch names with ".ARPA" now so that they won't look like a Berkeley host name
-R$*<@$+.ARPA>$*                $#ether$@$R$:$1<@$2.ARPA>$3     user@host.ARPA
-
 # optimize names of known ethernet hosts
 # optimize names of known ethernet hosts
-R$*<@$*$=S>$*          $#ether$@$3$:$1<@$2$3>$4        user@etherhost
+R$*<@$*$=S.LOCAL>$*    $#ether$@$3$:$1<@$2$3.$D>$4     user@etherhost.Berkeley
 
 # pass test addresses off to MMDF
 R$+@UDel-Test          $#mmdf$@UDel-Test$:$1           user.host@udel-relay
 
 # other non-local names will be kicked upstairs
 
 # pass test addresses off to MMDF
 R$+@UDel-Test          $#mmdf$@UDel-Test$:$1           user.host@udel-relay
 
 # other non-local names will be kicked upstairs
-R$+@$+                 $#ether$@$R$:$1@$2              user@some.where
+R$+@$+                 $#ether$@$F$:$1@$2              user@some.where
 
 # everything else is a local name
 R$+                    $#local$:$1                     local names
 
 # everything else is a local name
 R$+                    $#local$:$1                     local names
@@ -64,4 +61,4 @@ R$*$=U!$+@$+          $3@$4                           drop uucp forward
 
 include(tcpm.m4)
 include(mmdfm.m4)
 
 include(tcpm.m4)
 include(mmdfm.m4)
-include(uucpm.m4)
+include(suucpm.m4)