On 2013-07-11, Cyborg <[email protected]> wrote:
>
> Hi,
>
> is it possible to have an sql select inside a transport who queries
> informations and stores them in reusabel variables ..
AFAIK no, but queries will be cached or you can use macros
> var_x = $lockup{select id from mailboxes where localpart='$localpart'}
> transport_filter = 'filterfile' '$localpart@$domain' '$var_x'
main section:
MACRO_X = '$lockup{select id from mailboxes where localpart='$localpart'}'
transport_foo:
transport_filter = 'filterfile' '$localpart@$domain' MACRO_X
--
⚂⚃ 100% natural
--
## 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/