Lähettäjä: David Woodhouse Päiväys: Vastaanottaja: Tony Finch Kopio: exim-dev Aihe: Re: [exim-dev] ${dlfunc
On Tue, 2005-02-22 at 14:37 +0000, Tony Finch wrote: >Yes, I suppose so, though the adaptation layer would be a bit more heavy
>and inflexible until ${lookup is made modular at run-time.
Making ${lookup modular is mostly just a case of turning lookup_list[]
into a linked list instead of a static array, and having a way of adding
to it at runtime by dlopening something with the new lookup type in.