Re: [exim] conditional transport filters?

Top Page
Delete this message
Reply to this message
Author: Felix Schwarz
Date:  
To: exim-users
Subject: Re: [exim] conditional transport filters?

Am 06.05.2016 um 23:50 schrieb Felix Schwarz:
> Am 06.05.2016 um 10:42 schrieb Jeremy Harris:
>> - router headers_remove is awkward in two ways
>> - colon separated list (differs from headers_add)
>> - list-split before $-expansion, is nonstandard
>
> Would that also enable conditions like:
> headers_remove = ${if def:authenticated_id { Received }{} }
> ?
>
> Currently (AFAIK!) the condition above is not possible


ah, ignore that. Should have done more searching before posting this.
(https://bugs.exim.org/show_bug.cgi?id=1507#c1)