Andy Smith wrote: > Now, this works, but none of the dnslist_* variables get set, so the > message ends up looking a bit like:
You're trying to use the variables before they're set, because the line where you use them comes before the line where they're set..... So they're not set, so they're empty. - Jeremy -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
