Re: [exim-dev] patch for named acl variables

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: exim-dev
Subject: Re: [exim-dev] patch for named acl variables
Quoting Philip Hazel:

> Done and committed.


Ok, runs fine, but something else came up. In previous versions, when
comparing integers, an empty string was obviously equal to zero:

> ${if ={0}{} {yessir} {no go}}

yessir

but now it raises an expansion failure:

> ${if ={0}{} {yessir} {no go}}

Failed: integer expected but "" found

(maybe related to PH/07, I didn't look)