On 2014-06-30, Always Learning <exim@???> wrote:
>
>
> Why can't the other person (OP) actually avoid the creation of a special
> acl variable and simply put his code in a router like this:-
>
>
> monday:
> local_parts = fred
> domains = abc.example.com
> driver = manualroute
> transport = it_is_special
> route_list = * special.example.org
>
looking back it appears he wants to do it based on the sender of the email
tuesday:
driver = manualroute
transport = it_is_special
route_list = * special.example.org
condition = ${if eqi{$sender_address}{joe@???}}
--
umop apisdn