Mike Cardwell wrote:
*snip*
>
> A similiar method to what I'd find useful in MySQL already exists with SQLite:
>
> ${lookup sqlite{/path/to/sqlitedb SELECT blah FROM blah WHERE blah}}
>
> somelist blah = sqlite;/path/to/sqlitedb SELECT blah FROM blah WHERE
> blah;
>
ACK. See my other post. We specify the table as well as the DB up front,
once,
then go the other way - specifying table only in the many, many places we use
it.
Saves us typing characters. Dunno if it also saves Exim parsing workload.
Bill
--
## 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/