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