From: Stephen Gran Date: Fri, 3 Jul 2009 20:34:20 +0000 (+0100) Subject: This seems to misevaluate sometimes. Explicitly cast to a digit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=26616b438be78edeeec7e521e295e58222497b74;p=mirror%2Fdsa-puppet.git This seems to misevaluate sometimes. Explicitly cast to a digit Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 5b6c56825..982e63783 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -640,7 +640,7 @@ out !verify = sender defer !hosts = +debianhosts - condition = ${if >{${eval:$acl_c_scr}}{0}} + condition = ${if >{${eval:$acl_c_scr+0}}{0}} ratelimit = 10 / 60m / per_rcpt / $sender_host_address message = slow down (no reverse dns, mismatched ehlo, dialup, or in blacklists) <%=