Forum Discussion
Skipster311-1
Nov 15, 2021Iron Contributor
Transtport rule raise scl
Hello all I created a transport rule that raises the scl on bulk emails, and send the emails to the quarantine. How can i quickly identity emails that were detected by the rule and sent to the q...
- Nov 15, 2021The Get-MailDetailTransportRuleReport gives you a detailed list of all messages processed by transport rules, you can filter it down to specific rules as needed. Message trace details also contain this information. Header will also contain some information, but those are generally harder to get compared to the two aforementioned methods.
VasilMichev
Nov 15, 2021MVP
The Get-MailDetailTransportRuleReport gives you a detailed list of all messages processed by transport rules, you can filter it down to specific rules as needed. Message trace details also contain this information. Header will also contain some information, but those are generally harder to get compared to the two aforementioned methods.