Skip to content

Commit 11b9086

Browse files
authored
Update New-TransportRule.md
Added clarification for the AttachmentIsUnsupported predicate to the exceptions as well. Work Item ID in the ADO: 3152875
1 parent 7377d32 commit 11b9086

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,12 +1793,16 @@ This parameter specifies an exception or part of an exception for the rule. The
17931793

17941794
In on-premises Exchange, this exception is only available on Mailbox servers.
17951795

1796-
The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks for unsupported file types in messages. Unsupported file types are message attachments that aren't natively recognized by Exchange, and the required IFilter isn't installed. Valid values are:
1796+
The ExceptIfAttachmentIsUnsupported parameter specifies an exception that looks for unsupported file types in messages. Valid values are:
17971797

17981798
- $true: Look for unsupported file types in messages.
17991799
- $false: Don't look for unsupported file types in messages.
18001800

1801-
For more information, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
1801+
Rules can inspect the content of supported file types only. If the rule finds an attachment file type that isn't supported, the ExceptIfAttachmentIsUnsupported exception is triggered.
1802+
1803+
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
1804+
1805+
In Exhange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
18021806

18031807
```yaml
18041808
Type: Boolean

0 commit comments

Comments
 (0)