Re: [exim] conditional transport filters?

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: Re: [exim] conditional transport filters?
On 2016-05-06, Felix Schwarz <felix.schwarz@???> wrote:
>
> Am 06.05.2016 um 16:42 schrieb Chris Siebenmann:
>> (I suppose the modern low-ish-effort version is embedded Lua with
>> hooks and so on exposed.)
>
> While I like Python much better from a syntax point of view I agree that Lua
> would be a sensible choice from an embedding point of view. I always have to
> "fight" Exim's syntax so having some real programming language (ideally with
> the ability to call into self-defined functions everywhere) would a real boon.


I do functions using ${acl ... }

but mostly I just nest macros and call stored procedures in the database
using ${lookup_pgsql ... }

--
\_(ツ)_