Forum Discussion
Block sending emails containing attached sensitive documents
- Aug 31, 2020
gencv Hello, you can configure it for attachments as well.
"If found, we know that this message (or one of its attachments) is protected with the label, so the rule can go ahead and block the message."
Look at this example for guidance https://docs.microsoft.com/en-us/azure/information-protection/configure-exo-rules#example-2-rule-that-applies-the-encrypt-only-option-to-emails-when-they-have-attachments-that-are-labeled-confidential--partners-and-these-emails-are-sent-outside-the-organization
ChristianBergstrom thank you for the feedback. Actually the link describes the way how to block a labeled email, but not a labeled attachment.
I need a mail flow rule that can be created based on the attachment label.
Use case: I label an email as General and attach on it a document labeled as Secret.
I'm trying via mail flow rule:
1. Apply this rule if: the recipient is outside the organization
and
2. Any attachment: has these properties, including any of these words
Property: Confidentiality --> Value: Secret
3. Reject the message with the explanation: Secret document cannot be sent outside the company
...but so far it doesn't work.
gencv Hello, you can configure it for attachments as well.
"If found, we know that this message (or one of its attachments) is protected with the label, so the rule can go ahead and block the message."
Look at this example for guidance https://docs.microsoft.com/en-us/azure/information-protection/configure-exo-rules#example-2-rule-that-applies-the-encrypt-only-option-to-emails-when-they-have-attachments-that-are-labeled-confidential--partners-and-these-emails-are-sent-outside-the-organization
- gencvAug 31, 2020Copper Contributor
ChristianBergstrom thank you!
The way of defining the attachment property and value solved my problem.
Thank you again!