use $j as hostname instead of $w (so it can be qualified on ultrix)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Oct 1991 17:14:49 +0000 (09:14 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Oct 1991 17:14:49 +0000 (09:14 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.5

usr/src/usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4

index a63fa1d..a8a18a6 100644 (file)
@@ -7,13 +7,13 @@ divert(-1)
 # %sccs.include.redist.sh%
 #
 divert(0)
 # %sccs.include.redist.sh%
 #
 divert(0)
-VERSIONID(@(#)CS.Berkeley.EDU.m4       2.4 (Berkeley) %G%)
+VERSIONID(@(#)CS.Berkeley.EDU.m4       2.5 (Berkeley) %G%)
 define(`UUCP_RELAY', `ucbvax.Berkeley.EDU')dnl
 define(`BITNET_RELAY', `jade.Berkeley.EDU')dnl
 define(`CSNET_RELAY', `Relay.Prime.COM')dnl
 FEATURE(no_wildcard_MX)dnl
 LOCAL_RULE_0
 # hacks to allow local hostnames as host.Berkeley.EDU or host.CS.Berkeley.EDU
 define(`UUCP_RELAY', `ucbvax.Berkeley.EDU')dnl
 define(`BITNET_RELAY', `jade.Berkeley.EDU')dnl
 define(`CSNET_RELAY', `Relay.Prime.COM')dnl
 FEATURE(no_wildcard_MX)dnl
 LOCAL_RULE_0
 # hacks to allow local hostnames as host.Berkeley.EDU or host.CS.Berkeley.EDU
-R$* < @ $=w .CS.Berkeley.EDU > $*      $: $1 < @ $w > $3
-R$* < @ $=w .Berkeley.EDU > $*         $: $1 < @ $w > $3
+R$* < @ $=w .CS.Berkeley.EDU > $*      $: $1 < @ $j > $3
+R$* < @ $=w .Berkeley.EDU > $*         $: $1 < @ $j > $3
 divert(0)
 divert(0)