On Dec 15, 2012, at 3:27 AM, W B Hacker <[email protected]> wrote: > SELECT <db_entry> AS <Exim variable>, [next set], ... [last set] WHERE > > ... thereby directly 'stuffing' as many items as needed into the relevant > variables w/o need of later string slicing or extraction. > > Been in production for Exim (and Dovecot) for Donkey's Years here.
I was aware that you could do this in Dovecot, but not Exim... So something like: SELECT 'foo' AS acl_c_whatever ... Works ? -- Robert Blayzor INOC, LLC [email protected] http://www.inoc.net/~rblayzor/ -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
