On 24/03/18 07:08, Pete Schaefers via Exim-users wrote:
> senders = *@+local_domains
That almost certainly will not work if the "local_domains"
list has more than one element, and I'm surprised it works
at all. You're abusing list-syntax there.
Instead, use a generic "condition=" router condition with
a value constructed using ${if } involving $sender_address_domain
and match_domain.
--
Jeremy
--
## 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/