------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=980 Arkadiusz Miskiewicz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Arkadiusz Miskiewicz <[email protected]> 2010-05-09 11:25:04 --- Per query option would be nicer IMO. You once could want ascii data, once utf8 and once iso8859-2 in your exim config. There is: ${lookup mysql{servers=master; UPDATE ...} } already so: ${lookup mysql{names=utf8; UPDATE .... } } that would do 2 queries for that: SET NAMES utf8; UPDATE ... -- 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/ ##
