Autor: Christian Schmidt Data: A: exim-users Assumpte: Re: [exim] More integer annoyances in 4.65
Marc Perkel, 03.01.2007 (d.m.y):
> What would really make more sense is:
>
> if spam_score > 50 then .....
Well, I'd second this kind of "easy" syntax, as I haven't got familiar
with exim's condition syntax yet - but that's probably my fault. I'm
not a programmer...
But, Marc, if it were as easy as above, you would have to write it as
if $spam_score > 50 then...
to make exim recognize that $spam_score is a variable and must be
expanded.