Re: [exim] Latest expansion operators

Top Page
Delete this message
Reply to this message
Author: Mike Cardwell
Date:  
To: exim-users
Subject: Re: [exim] Latest expansion operators
* on the Thu, Jun 07, 2007 at 05:56:36PM -0700, Marc Perkel 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?


There are descriptions/examples:
http://www.exim.org/exim-html-current/doc/html/spec_html/ch11.html

Mike