minor error corrections
authornigel <nigel>
Tue, 1 Aug 2000 08:34:21 +0000 (08:34 +0000)
committernigel <nigel>
Tue, 1 Aug 2000 08:34:21 +0000 (08:34 +0000)
howto/rbl.html

index 379ef309568b2edbd84d0e1ff44956e37a6d5b15..187275ad2b1815e157f26628d03a356ecb3e633d 100644 (file)
@@ -19,7 +19,7 @@
     services although with different aims, procedures and
     reliabilities have been introduced - MAPS itself has a number of
     these (ie MAPS/DUL which maintains lists of dial up modems), the
-    other major source is <a href="http:/www.orbs.org/">ORBS</a>,
+    other major source is <a href="http://www.orbs.org/">ORBS</a>,
     which is a more proactive relay blocking service</p>
 
     <p>Exim can use the MAPS RBL and/or any other similarly defined
@@ -72,7 +72,7 @@
 # add warning to messages whose sending host is in ORBS
 rbl_domains = rbl.maps.vix.com/reject : relays.orbs.org/warn
 # check all hosts other than those on internal network
-rbl_hosts = !192.168.0.0/24:0.0.0.0/24
+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)
@@ -86,6 +86,6 @@ rbl_log_rcpt_count    # log recipient info of accepted RBLed messages
     <hr>
     <address><a href="mailto:Postmaster@exim.org">Nigel Metheringham</a></address>
 <!-- Created: Mon Aug 25 15:46:41 BST 1997 -->
-    <h4>$Id: rbl.html,v 1.3 2000/04/09 22:02:34 nigel Exp $</h4>
+    <h4>$Id: rbl.html,v 1.1.1.1 2000/05/22 19:54:43 nigel Exp $</h4>
   </body>
 </html>