diff options
author | jmb <jmb@FreeBSD.org> | 1998-03-05 18:38:57 +0000 |
---|---|---|
committer | jmb <jmb@FreeBSD.org> | 1998-03-05 18:38:57 +0000 |
commit | 7def2566b9da1b93b8368c272bf2fb4be44269b6 (patch) | |
tree | 9d90388f807693d3e9854d791be97c287b328d9b /etc | |
parent | 563f7e8de8a0fd20e9a8bbc2c8bb74e25b7fce03 (diff) | |
download | FreeBSD-src-7def2566b9da1b93b8368c272bf2fb4be44269b6.zip FreeBSD-src-7def2566b9da1b93b8368c272bf2fb4be44269b6.tar.gz |
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 <ru@ucb.crimea.ua>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mail/sendmail.cf.additions | 4 |
1 files changed, 2 insertions, 2 deletions
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 |