diff dnsbl.conf @ 140:4028de9b46dd

cleanup smtp rate limit code
author carl
date Wed, 27 Sep 2006 08:00:13 -0700
parents f4746d8a12a3
children 31ff00ea6bfb
line wrap: on
line diff
--- a/dnsbl.conf	Tue Sep 26 15:21:17 2006 -0700
+++ b/dnsbl.conf	Wed Sep 27 08:00:13 2006 -0700
@@ -27,9 +27,10 @@
         "<>"    black;
     };
 
-    // per recipient rates - only available in the default (first top level) context
-    rate_limit {
-        " "  30;    // default specified by user name composed of a single blank
+    // per recipient rates - only used in the default (first top level) context
+    rate_limit 30 { // default
+        fred 100;   // override default limits
+        joe  10;    // ""
     };
 };