------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=967 --- Comment #3 from Simon Arlott <[email protected]> 2010-05-19 18:54:23 --- Created an attachment (id=385) --> (http://bugs.exim.org/attachment.cgi?id=385) [PATCH] dnsdb: support multiple items of data within each TXT record To keep backwards compatibility with the "feature" present in 4.70/4.71, add support for outputting multiple items of TXT record data both with (,X) and without (;) an additional separator. For: a.b.example. IN TXT "a" "b" "c" a.b.example. IN TXT "d" "e" "f" With: ${lookup dnsdb{>/,: txt=a.b.example}} Output: a:b:c/d:e:f With: ${lookup dnsdb{>/; txt=a.b.example}} Output: abc/def -- 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/ ##
