Re: [exim] Combining server_condition

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Combining server_condition
On 16/04/2021 13:59, Torsten Müller via Exim-users wrote:
> Now both MySQL queries work like expected,
> the first lookup yielded: 1, the second yielded: 0


The way you have coded that ${lookup } you are getting
a "no" string result if the MySQL lookup returns *anything*.

Including "0".
--
Cheers,
Jeremy