[exim] Latest expansion operators

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: Mike Cardwell
CC: Exim Mailing List
Old-Topics: Re: [exim] Applying Blacklists to EVERY IP in Reveived headers - working !!!!
Subject: [exim] Latest expansion operators


Mike Cardwell wrote:
> I disagree. This could all be done fairly easily in exim it's self
> without having to resort to an external program. Especially using
> the latest expansion operators:
>
> ${forall}
> ${map}
> ${filter}
>
> The messy recursive acl seen earlier in this thread was only necessary
> because the ${forall} function never existed when I wrote it. A much
> cleaner acl would be possible now. However, I can't be arsed to
> install the latest version of exim in order to get access to these
> functions just to prove a point.
>
>


Changing the subject here. I haven't used these operators and I'd like
to see some examples of how people have put these to use. Anyone have
tricks to share?