------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1153
--- Comment #13 from Phil Pennock <pdp@???> 2011-10-16 11:44:41 ---
Where you had:
warn message = Test2
condition = ${if match_address{${address:$rh_From:}}{${address:$rh_To:}}}
instead, please use:
warn message = Test2
condition = ${if eqi{${address:$rh_From:}}{${address:$rh_To:}}}
You want to test two strings for equality, you do not want to be letting people
inject SQL into your running config.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email