RE: [exim] condition statement within a router not working a…

Top Page
Delete this message
Reply to this message
Author: email lists
Date:  
To: exim-users
Subject: RE: [exim] condition statement within a router not working as expected
Hi Tony,

| Or you can use match_address:
| 
| condition  = ${if and{{ !eq{$interface_port}{10026} } \
|                       {  match_address{$local_part@$domain} \

|
{lsearch;/etc/exim/exim-relay-domains-aliases} }} \
|                   {yes} {no} }


Worked a treat! This was exactly what I was after - thanks

Darren