X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/8b5a2b1aeffc5210ce494ec03d114425a076db2f..4c4b875279f399243c92e0987bc4d3eccd428eb1:/howto/rbl.html
diff --git a/howto/rbl.html b/howto/rbl.html
index 614ba0f..f5be75b 100644
--- a/howto/rbl.html
+++ b/howto/rbl.html
@@ -68,7 +68,7 @@
Documentation on these features can be found in the
specification section on
-
Access Control Lists.
Exim 3.x DNSBL Usage
@@ -110,14 +110,14 @@
# add warning to messages whose sending host is in RSS
rbl_domains = blackholes.mail-abuse.org/reject : \
dialups.mail-abuse.org/reject : \
- relays.mail-abuse.org/warn
+ relays.mail-abuse.org/warn
# check all hosts other than those on internal network
rbl_hosts = !192.168.0.0/24:0.0.0.0/0
# but allow mail to postmaster@my.dom.ain even from rejected host
recipients_reject_except = postmaster@my.dom.ain
# change some logging actions (collect more data)
-rbl_log_headers # log headers of accepted RBLed messages
-rbl_log_rcpt_count # log recipient info of accepted RBLed messages
+rbl_log_headers # log headers of accepted RBLed messages
+rbl_log_rcpt_count # log recipient info of accepted RBLed messages
The information to do more complicated manipulations can be
@@ -126,6 +126,6 @@ rbl_log_rcpt_count # log recipient info of accepted RBLed messages
Nigel Metheringham
- $Id: rbl.html,v 1.4 2001/11/05 21:45:26 nigel Exp $
+ $Cambridge$