diff dnsbl.conf @ 144:31ff00ea6bfb stable-5-24

allow parent/child to share a fully qualified env_to address
author carl
date Sun, 15 Oct 2006 12:23:17 -0700
parents 4028de9b46dd
children 8d7c439bb6fa
line wrap: on
line diff
--- a/dnsbl.conf	Tue Oct 10 19:12:16 2006 -0700
+++ b/dnsbl.conf	Sun Oct 15 12:23:17 2006 -0700
@@ -27,10 +27,10 @@
         "<>"    black;
     };
 
-    // per recipient rates - only used in the default (first top level) context
+    // hourly recipient rate limit by smtp auth client id
     rate_limit 30 { // default
-        fred 100;   // override default limits
-        joe  10;    // ""
+        #fred 100;   // override default limits
+        #joe  10;    // ""
     };
 };