Re: [exim] help with if-then conditional logic

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] help with if-then conditional logic
On 29/09/2021 16:07, Jeremy Harris via Exim-users wrote:
> condition = ${if def:varA}
> condition = ${if def:varB}
> condition = ${if != {$varA}{$varB}}
>


Wups. Use !eq rather than != if the values are
strings rather than numbers.
--
Cheers,
Jeremy