Autor: Maykel Moya Datum: To: exim-users Betreff: [Exim] One mysql query
Eximers
I've just installed vexim, nice to see the flexibility of ${lookup
mysql{foo ...
But, if i need to get three different data, I should do three queries,
even if all data is in the same table, which makes possible to get them
all in one query.
Is it possible to make just a query and then instruct exim to get the
data from the yielded row ?