This seems to misevaluate sometimes. Explicitly cast to a digit
authorStephen Gran <steve@lobefin.net>
Fri, 3 Jul 2009 20:34:20 +0000 (21:34 +0100)
committerStephen Gran <steve@lobefin.net>
Fri, 3 Jul 2009 20:34:20 +0000 (21:34 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 5b6c568..982e637 100644 (file)
@@ -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)
 <%=