Re: [exim] More integer annoyances in 4.65

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: exim-users
題目: Re: [exim] More integer annoyances in 4.65
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. :)