Re: [exim-dev] ${dlfunc

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Tony Finch
CC: exim-dev
Asunto: Re: [exim-dev] ${dlfunc
On Tue, 2005-02-22 at 13:20 +0000, Tony Finch wrote:
>An alternative design which might be safer (if forbid_filter_dlfunc is
>accidentally omitted) would be to have a global dynamically_loaded_objects
>option which specifies which files to load, and have ${dlfunc only specify
>the function name. I decided that lazy loading of dynamic code and
>function searching would be easier to implement if the file and function
>were specified together.


Could you do this with lookups instead of a special string expansion?

I'd like to see lookups put into shared libraries and configured
optionally from the config file -- then whatever it is you're using with
${dlfunc could be turned into another lookup.

--
dwmw2