From ec2f4407836b98d05e802400b2215cb76e46886d Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 23 Mar 2009 15:31:07 +0000 Subject: [PATCH] More DNS blacklist tweaks: - move psbl.surriel.com to just greylisting - greylist for all sorbs.net lists - reject for proxies.dnsbl.sorbs.net --- include/acl-recipient | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/acl-recipient b/include/acl-recipient index f01fcbc..6f79235 100644 --- a/include/acl-recipient +++ b/include/acl-recipient @@ -112,9 +112,9 @@ check_recipient: message = Host $sender_host_address is listed in $dnslist_domain blacklist\n\ ${if def:dnslist_text {Informational text given: $dnslist_text\n}{}}\ Mail postmaster@infradead.org for more information. - dnslists = sbl-xbl.spamhaus.org:dnsbl.njabl.org:zombie.dnsbl.sorbs.net:http.dnsbl.sorbs.net:socks.dnsbl.sorbs.net:web.dnsbl.sorbs.net:psbl.surriel.com + dnslists = sbl-xbl.spamhaus.org:dnsbl.njabl.org:zombie.dnsbl.sorbs.net:web.dnsbl.sorbs.net:proxies.dnsbl.sorbs.net - warn dnslists = pbl.spamhaus.org:dul.dnsbl.sorbs.net + warn dnslists = pbl.spamhaus.org:dnsbl.sorbs.net:psbl.surriel.com set acl_m_greylistreasons = Host listed in $dnslist_domain ($dnslist_text)\n$acl_m_greylistreasons # Deny unknown recipient at the domains for which we want to do callouts, so we -- 2.49.0