diff options
| author | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-03-23 21:32:10 +0000 |
|---|---|---|
| committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-03-23 21:32:10 +0000 |
| commit | bb8a7e8676ae1a4629765f9c47b6335ffc1994e5 (patch) | |
| tree | 2398bffff053ced8faa7742f27cd56d1696e5cf0 /usr.sbin/sendmail | |
| parent | 20219d9a7b9c6b37b4c4d6fa4fdc242bd0f89f5f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/cf/cf/hub.mc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sendmail/cf/cf/hub.mc b/usr.sbin/sendmail/cf/cf/hub.mc index 665533ba56b2..e3ccba91f2a7 100644 --- a/usr.sbin/sendmail/cf/cf/hub.mc +++ b/usr.sbin/sendmail/cf/cf/hub.mc @@ -40,7 +40,7 @@ divert(-1) divert(0)dnl include(../m4/cf.m4) -VERSIONID(`$Id: hub.mc,v 1.1.2.5 1998/01/20 01:44:51 jmb Exp $') +VERSIONID(`$Id: hub.mc,v 1.9 1998/03/23 20:52:57 jmb Exp $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl @@ -187,16 +187,16 @@ R<$*> $+ < @ $+ > $: <$1> $(fakenames $2 $: OK $) R$+.REJECT $#error $: 521 $1 R<$*> $* $: $1 # mail must NOT be addressed "fakenames"--END -# mail must come from or go to this mahcine or machines we allow to relay--BEGIN +# mail must come from or go to this machine or machines we allow to relay--BEGIN # R$* $: $>Parse0 $>3 $1 # R$+ < @ $* . > $* $: $1 < @ $2 > -# R<$+ @ $=w> $@ OK -# R<$+ @ $* $=R> $@ OK +# R$+ < @ $=w> $@ OK +# R$+ < @ $* $=R> $@ OK # R$* $: $(dequote "" $&{client_name} $) # R$=w $@ OK -# R$* $=R $@ OK +# R$* $=R $@ OK # R$@ $@ OK # R$* $#error $: "550 Relaying Denied" -# mail must come from or go to this mahcine or machines we allow to relay--BEGIN +# mail must come from or go to this machine or machines we allow to relay--BEGIN R$* $@ OK |
