diff xml/dnsbl.in @ 414:d5a1ed33d3ae

spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro
author Carl Byington <carl@five-ten-sg.com>
date Tue, 25 Apr 2017 14:48:19 -0700
parents e018ed19a1cc
children beda588f2881
line wrap: on
line diff
--- a/xml/dnsbl.in	Wed Apr 19 09:36:16 2017 -0700
+++ b/xml/dnsbl.in	Tue Apr 25 14:48:19 2017 -0700
@@ -719,6 +719,9 @@
                 The following ideas are under consideration.
             </para>
             <para>
+                More complete SPF check.
+            </para>
+            <para>
                 Add config switch to require the HELO argument to resolve to an ip address.
             </para>
             <para>
@@ -966,6 +969,9 @@
             # some paychex mail is signed, some is unsigned but passes strong spf.
             paychex.com         require_signed  paychex.com;
             #
+            # whitelisting from mailchimp which needs wildcards
+            princetheater.org   require_signed "mandrillapp.com,*.mcsignup.com,*.mcsv.net,*.rsgsv.net,*.mcdlv.net";
+            #
         };
         filter    sbl-xbl.spamhaus.org        "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
         uribl     multi.surbl.org             "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s";