[exim-dev] [Bug 2303] string expansion of ${if fails after A…

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 2303] string expansion of ${if fails after ACL=
https://bugs.exim.org/show_bug.cgi?id=2303

--- Comment #1 from Jasen Betts <jasen@???> ---
if I do

  accept
    acl = foo_name ${if eq{1}{1}{1}{1}}


I get 
     temporarily rejected ...


log file says:
     condition name expected, but found ""


but I was expecting the same result as

  accept 
    acl = foo_name 1


--
You are receiving this mail because:
You are on the CC list for the bug.