On 2013-07-20, Mike Cardwell <[email protected]> wrote: > > I want a transport_filter to execute under certain conditions only. I > attempted making it so that if the condition didn't succeed then it > expanded to an empty string, but that didn't work. E.g: > > transport_filter = "${if CONDITION{command to filter though}{}}"
expand it to "cat" if you want a filter that makes no changes. -- ⚂⚃ 100% natural -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
