Forum Discussion
Block outbound RMS Encrypted Emails with Exchange Transport Rule?
- Dec 01, 2017
Circling back on this - we worked with MSFT Support and they confirmed it no longer works using rpmsg.message.
They work-around they provided, which we confirmed works, is checking for a message type that is "Permission Controlled"
You probably have to "sanitize" it, as the . symbol has special meaning when using regex ("matches"). Or just try the "header includes words" condition.
Tried using 'header includes words' to avoid the regex and it still is not blocking the emails.
I verified that on the receiving end, there is a message header called Content-Class that contains the value rpmsg.message so not sure why the rule is not working.
- Joe StockerNov 03, 2017Bronze ContributorIf there are no other suggestions, I will open a support case since this is not working after several hours.
- VasilMichevNov 04, 2017MVP
Well I'm out of ideas. I'll try to reproduce this when I get some free time and let you know the result, please do the same if you manage to resolve it or open a case :)
- Joe StockerNov 06, 2017Bronze Contributor
I was able to reproduce this inability to block outbound RMS messages in a separate tenant. Seems like content-class: rpmsg.message is being ignored in the message header evaluation. I'm waiting to hear back from MSFT Support.