diff options
author | nate <nate@FreeBSD.org> | 1997-12-15 04:38:15 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1997-12-15 04:38:15 +0000 |
commit | d0d51a7d87f426079996290f2fb95f1a7954a034 (patch) | |
tree | a2ac162843cb4fe08bcffabb0e557c247ec91a62 | |
parent | 1a06d8809828f2017adc8b31c76d4f07c3a92169 (diff) | |
download | FreeBSD-src-d0d51a7d87f426079996290f2fb95f1a7954a034.zip FreeBSD-src-d0d51a7d87f426079996290f2fb95f1a7954a034.tar.gz |
- Fix some very minor typos.
-rw-r--r-- | etc/mail/README | 2 | ||||
-rw-r--r-- | etc/mail/sendmail.cf.additions | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/README b/etc/mail/README index a793652..4a3c380 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -9,7 +9,7 @@ only, as explained in /etc/mail/sendmail.cf.additions.) These rulesets use three databases. The denyip, a list of IP addresses, spamsites, a list of domains, and fakenames, a list of bogus usernames (such as investor and success). We do not accept mail -from any machine that matches a entry in either database, or usersr +from any machine that matches a entry in either database, or users in the fakenames database. Filtering at your site: diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 6adedac..2710d1c 100644 --- a/etc/mail/sendmail.cf.additions +++ b/etc/mail/sendmail.cf.additions @@ -109,6 +109,6 @@ R<$*> $* $: $1 # R$* $=R $@ OK # R$@ $@ OK # R$* $#error $: "550 Relaying Denied" -# mail must come from or go to this machine or machines we allow to relay--BEGIN +# mail must come from or go to this machine or machines we allow to relay--END R$* $@ OK |