]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Comment out the rbl.debian.net stuff while it's timing out all the time
authorStephen Gran <steve@lobefin.net>
Sat, 23 May 2009 01:30:45 +0000 (02:30 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 23 May 2009 01:30:45 +0000 (02:30 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 2ed91fe5dc76053c2e3cbdbeaf06c83682d6fcf6..0e85daa8095f37c8aaeff798f094fa01d0e9f1e5 100644 (file)
@@ -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"