Is it possible to create an ETR that blocks certain combinations of recipients? Imagine I have two customers in different domains with similar email addresses. I want to prevent sending to recipient lists that inadvertently mix users from the two domains.
Ideally, I'd block outbound messages with *@domainA.com AND *@domainB.com
recipients. Also, blocking outbound messages with user@domainA.com AND *@domainB.com
would be acceptable.
Consider also that the recipients list might be:
TO: user@domainA.com
CC: user@domainB.com
Exchange rule predicates seem to be "any" operators. Further, it seems I can't use the same condition twice; it's greyed out on the second condition.