Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
413:54809ee70bb8 | 414:d5a1ed33d3ae |
---|---|
717 <title>TODO</title> | 717 <title>TODO</title> |
718 <para> | 718 <para> |
719 The following ideas are under consideration. | 719 The following ideas are under consideration. |
720 </para> | 720 </para> |
721 <para> | 721 <para> |
722 More complete SPF check. | |
723 </para> | |
724 <para> | |
722 Add config switch to require the HELO argument to resolve to an ip address. | 725 Add config switch to require the HELO argument to resolve to an ip address. |
723 </para> | 726 </para> |
724 <para> | 727 <para> |
725 Add white/unknown to config for smtp authenticated connections. Currently | 728 Add white/unknown to config for smtp authenticated connections. Currently |
726 any authenticated connection is fully whitelisted. The only spam control | 729 any authenticated connection is fully whitelisted. The only spam control |
964 # | 967 # |
965 # whitelisting based on valid signature or strong spf pass. | 968 # whitelisting based on valid signature or strong spf pass. |
966 # some paychex mail is signed, some is unsigned but passes strong spf. | 969 # some paychex mail is signed, some is unsigned but passes strong spf. |
967 paychex.com require_signed paychex.com; | 970 paychex.com require_signed paychex.com; |
968 # | 971 # |
972 # whitelisting from mailchimp which needs wildcards | |
973 princetheater.org require_signed "mandrillapp.com,*.mcsignup.com,*.mcsv.net,*.rsgsv.net,*.mcdlv.net"; | |
974 # | |
969 }; | 975 }; |
970 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | 976 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
971 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s"; | 977 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s"; |
972 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; | 978 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; |
973 #uribl dbl.spamhaus.org "Mail containing %s rejected - dbl; see http://www.spamhaus.org/query/domain?domain=%s"; | 979 #uribl dbl.spamhaus.org "Mail containing %s rejected - dbl; see http://www.spamhaus.org/query/domain?domain=%s"; |