From 17769a8ebd28c84c071ccd5b3ca10ef45cfbc24b Mon Sep 17 00:00:00 2001 From: jmb Date: Mon, 23 Mar 1998 21:32:10 +0000 Subject: grr....forgot a bug fix in rewrite rules on hub Reviewed by: jmb Submitted by: Ruslan Ermilov --- usr.sbin/sendmail/cf/cf/hub.mc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/sendmail') diff --git a/usr.sbin/sendmail/cf/cf/hub.mc b/usr.sbin/sendmail/cf/cf/hub.mc index 665533b..e3ccba9 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 -- cgit v1.1