------- 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 <[email protected]> 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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
