From 26616b438be78edeeec7e521e295e58222497b74 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 3 Jul 2009 21:34:20 +0100 Subject: [PATCH] This seems to misevaluate sometimes. Explicitly cast to a digit Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) <%= -- 2.20.1