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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
