------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1104
Summary: "!" does not negate result of bool{} within conditions
of string expansion
Product: Exim
Version: 4.75
Platform: x86
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: String expansion
AssignedTo: nigel@???
ReportedBy: linus@???
CC: exim-dev@???
run exim with:
-be '${if bool{true}} X ${if !bool{true}}'
and you will get
'true X true'.
same siuation for '${if bool{false}} X ${if !bool{false}}'.
Also confirmed for exim-4.72 shipped with Debian squeeze (exim4-daemon-heavy,
version 4.72-6).
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email