------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.exim.org/show_bug.cgi?id=167 Tony Finch <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #16 from Tony Finch <[EMAIL PROTECTED]> 2008-09-15 13:17:23 --- What do you think of wrapping the generic condition in bare braces, i.e. eliminating the bool keyword? So the following would be roughly equivalent... $acl_m_foo ${if {$acl_m_foo} } ${if {$acl_m_foo} {true} {false] } The following should also work ${if and{{ $acl_m_foo }{ $acl_m_bar }} } -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
