> On 14 Jan 2020, at 14:40, Viktor Dukhovni <postfix-us...@dukhovni.org> wrote: > > On Tue, Jan 14, 2020 at 02:34:42PM +0100, Thierry Fournier wrote: > >> What do you think about delivery target executing natively Lua code ? > > I don't see a need for this. > >> It does the same thing than “pipe", but much quickly because there >> are no fork/exec and compile/recompile Lua code only at start (or >> if required). > > For lower amortised delivery cost you can deliver to a Lua-based > LMTP server.
Thanks, it seems a good idea. Thierry