X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e804469b5b0975de34bae1e66c3e6371249d3ee7..0f4556f12c8f75078501c9d1338ae7648a97f975:/usr/src/usr.lib/sendmail/cf/arpa.mc diff --git a/usr/src/usr.lib/sendmail/cf/arpa.mc b/usr/src/usr.lib/sendmail/cf/arpa.mc index 9a3dfd4f18..d6a839ad44 100644 --- a/usr/src/usr.lib/sendmail/cf/arpa.mc +++ b/usr/src/usr.lib/sendmail/cf/arpa.mc @@ -3,7 +3,7 @@ ##### ##### 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 -CVsun +#CVsun # 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 -# 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 -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 -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 @@ -64,4 +61,4 @@ R$*$=U!$+@$+ $3@$4 drop uucp forward include(tcpm.m4) include(mmdfm.m4) -include(uucpm.m4) +include(suucpm.m4)