Re: [exim] Router to filter off a specific address

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: bb
CC: exim-users
Subject: Re: [exim] Router to filter off a specific address
Doug wrote:

> test_router:
>      condition = ${if eq
> {${lc:$sender_address}}{something\@domain\.co\.uk}{true} fail}:
>      driver = manualroute
>      transport = remote_smtp
>      route_list = * x.x.x.x


Test it with
exim -d+expand -f sender@??? rcpt@???
to see what is going wrong.

btw, condition is not needed. Try this:

your_router:
driver = manualroute
senders = sender@???
transport = remote_smtp
route_data = a.b.c.d