Quoting Magnus Holmgren:
>> ${if >{0${spam_score_int}}{50}}
> It would, if it weren't that $spam_score_int can be negative (and eval
> doesn't
> like things like "0-" either).eval is ok, since you would only have the cases "0-123", "0" and "0123". But better use eval10. :) -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
