Skip to content

Commit 44b44be

Browse files
authored
Update New-TransportRule.md
1 parent fbdb6ae commit 44b44be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -885,13 +885,13 @@ This parameter specifies a condition or part of a condition for the rule. The na
885885

886886
In on-premises Exchange, this condition is only available on Mailbox servers.
887887

888-
This condition inspects messages where an attachment is an executable file. The system inspects the file's properties rather than relying on the file's extension. To understand better this condition/exception, see [Use mail flow rules to inspect message attachments in Exchange Online](/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments).
889-
890-
Valid values are:
888+
The AttachmentHasExecutableContent parameter specifies a condition that inspects messages where an attachment is an executable file. Valid values are:
891889

892890
- $true: Look for executable content in message attachments.
893891
- $false: Don't look for executable content in message attachments.
894892

893+
The system inspects the file properties rather than relying on the file's extension. For more information, see [Supported executable file types for mail flow rule inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-executable-file-types-for-mail-flow-rule-inspection).
894+
895895
```yaml
896896
Type: Boolean
897897
Parameter Sets: (All)
@@ -1745,13 +1745,13 @@ This parameter specifies an exception or part of an exception for the rule. The
17451745

17461746
In on-premises Exchange, this exception is only available on Mailbox servers.
17471747

1748-
This exception inspects messages where an attachment is an executable file. The system inspects the file's properties rather than relying on the file's extension. To understand better this condition/exception, see [Use mail flow rules to inspect message attachments in Exchange Online](/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments).
1749-
1750-
Valid values are:
1748+
The ExceptIfAttachmentHasExecutableContent parameter specifies an exception that inspects messages where an attachment is an executable file. Valid values are:
17511749

17521750
- $true: Look for executable content in message attachments.
17531751
- $false: Don't look for executable content in message attachments.
17541752

1753+
The system inspects the file properties rather than relying on the file extension. For more information, see [Supported executable file types for mail flow rule inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-executable-file-types-for-mail-flow-rule-inspection).
1754+
17551755
```yaml
17561756
Type: Boolean
17571757
Parameter Sets: (All)

0 commit comments

Comments
 (0)