Re: [exim] How do you test numbers?

Top Page
Delete this message
Reply to this message
Author: JAS
Date:  
To: jas2803
CC: exim-users
Subject: Re: [exim] How do you test numbers?


jas2803@??? wrote:

>
>
> How do you test numbers?
> I did this
> "${if and {
> {>{$h_X-DSPAM-Confidence:}{0.7}}
> {eq{$h_X-DSPAM-Probability:}{1.0000}}{1}{0}}"
> My error is ,
> "0.8787" is not a number inside "and{...}" condition
> Any ideas?
>
> JAS
>

I do not see the number getting above .9999 so I am going to
experiment, with the SG, look for 0. and then check >700
it is working, but will mess up if I do get a 1.0000 ....

>>
>>
>