From d0d51a7d87f426079996290f2fb95f1a7954a034 Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 15 Dec 1997 04:38:15 +0000 Subject: [PATCH] - Fix some very minor typos. --- etc/mail/README | 2 +- etc/mail/sendmail.cf.additions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/mail/README b/etc/mail/README index a793652405c..4a3c3802643 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 6adedac8c06..2710d1c1182 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 -- 2.45.2