On 2014-06-30, Always Learning <[email protected]> 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}{[email protected]}}

-- 
umop apisdn


-- 
## 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/

Reply via email to