From: Stephen Gran Date: Sat, 23 May 2009 01:30:45 +0000 (+0100) Subject: Comment out the rbl.debian.net stuff while it's timing out all the time X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=68fab85956eaec576f1b1f36d97fb17f3db4cb90;p=mirror%2Fdsa-puppet.git Comment out the rbl.debian.net stuff while it's timing out all the time Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 2ed91fe5d..0e85daa80 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -518,9 +518,17 @@ out hosts = !+debianhosts message = mail for $local_part is only accepted internally +<%= +out='' +if 0 == 1: +out=' deny message = address $sender_host_address is listed in $dnslist_domain; $dnslist_text hosts = !+debianhosts dnslists = rbl.debian.net : rbl.debian.net/$sender_address_domain +' +end +out +%> deny !recipients = survey@popcon.debian.org !verify = sender @@ -529,7 +537,6 @@ out condition = ${if >{${eval:$acl_c1}}{0}} ratelimit = 10 / 60m / per_rcpt / $sender_host_address message = slow down (no reverse dns, mismatched ehlo, dialup, or in blacklists) - <%= out = "" if has_variable?("policydweight") && policydweight == "true"