Re: [exim] Re: How can I tell if my server is getting bombar…

Top Page
Delete this message
Reply to this message
Author: JAS
Date:  
To: exim-users
Subject: Re: [exim] Re: How can I tell if my server is getting bombarded with spam?
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