From 03c0fb69f35daafaf13ce6db9d1554835c41bec0 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Bresler" Date: Thu, 5 Mar 1998 18:38:57 +0000 Subject: [PATCH] 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(-) diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 35b68c80be4..7094540bd25 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