diff dnsbl.conf @ 255:d6d5c50b9278 stable-6-0-30

Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 09 Apr 2012 18:02:05 -0700
parents 15bf4f68a0b2
children be939802c64e
line wrap: on
line diff
--- a/dnsbl.conf	Sun Apr 08 16:17:53 2012 -0700
+++ b/dnsbl.conf	Mon Apr 09 18:02:05 2012 -0700
@@ -29,7 +29,9 @@
     };
 
     // hourly recipient rate limit by smtp auth client id
-    rate_limit 30 { // default
+    // default hourly limit is 30
+    // daily limits are 4 times the hourly limit
+    rate_limit 30 4 { // default
         #fred 100;   // override default limits
         #joe  10;    // ""
     };
@@ -104,6 +106,8 @@
     };
 
     context blacklist {
+        dnsbl_list ;
+        dnswl_list ;
         env_to {
             # dcc_to many { include "/var/dcc/whitecommon"; };
         };