------- 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 <dot@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dot@???
--- Comment #16 from Tony Finch <dot@???> 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