diff xml/dnsbl.in @ 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 9330b8d6a56b
line wrap: on
line diff
--- a/xml/dnsbl.in	Tue Oct 10 19:12:16 2006 -0700
+++ b/xml/dnsbl.in	Sun Oct 15 12:23:17 2006 -0700
@@ -254,7 +254,7 @@
             <para>
                 If the client has authenticated with sendmail, the rate limits are
                 checked.  If the authenticated user has not exceeded the hourly rate
-                limits, then the mail is accepted, the filtering contexts are not used,
+                limit, then the mail is accepted, the filtering contexts are not used,
                 the dns lists are not checked, and the body content is not scanned.  If
                 the client has not authenticated with sendmail, we follow these steps
                 for each recipient.
@@ -576,6 +576,7 @@
             <literallayout class="monospaced"><![CDATA[
 context main-default {
     // outbound dnsbl filtering to catch our own customers that end up on the sbl
+    dnsbl   localp  partial.blackholes.five-ten-sg.com  "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s";
     dnsbl   local   blackholes.five-ten-sg.com  "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s";
     dnsbl   sbl     sbl-xbl.spamhaus.org        "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
     dnsbl   dul     dul.dnsbl.sorbs.net         "Mail from %s rejected - dul; see http://www.sorbs.net/lookup.shtml?%s";
@@ -602,7 +603,7 @@
         "<>"    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;    // ""