From 7def2566b9da1b93b8368c272bf2fb4be44269b6 Mon Sep 17 00:00:00 2001 From: jmb Date: Thu, 5 Mar 1998 18:38:57 +0000 Subject: fix a type in the rulesets same fix as recorded in misc/5924 that problem report was filed against the stable branch but that's not a reason not to fix it here as well ;) Reviewed by: jmb Submitted by: Ruslan Ermilov --- etc/mail/sendmail.cf.additions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 35b68c8..7094540 100644 --- a/etc/mail/sendmail.cf.additions +++ b/etc/mail/sendmail.cf.additions @@ -102,8 +102,8 @@ R<$*> $* $: $1 # 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 -- cgit v1.1