Skip to content

Commit 5e49590

Browse files
committed
Added details about multiple attachments
1 parent 51c3b05 commit 5e49590

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/New-MalwareFilterPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The Action parameter specifies the action to take when malware is detected in a
9191
9292
- DeleteMessage: Handles the message without notifying the recipients. This is the default value. In Exchange Server, the message is deleted. In the cloud-based service, the message is quarantined.
9393
94-
- DeleteAttachmentAndUseDefaultAlert: Delivers the message, but replaces the malware attachment with a file named Malware Alert Text.txt that contains the default alert text. In the cloud-based service, the message with the original attachment is also quarantined.
94+
- DeleteAttachmentAndUseDefaultAlert: Delivers the message, but replaces all attachments with a file named Malware Alert Text.txt that contains the default alert text. In the cloud-based service, the message with the original attachments is also quarantined.
9595
96-
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces the malware attachment with a file named Malware Alert Text.txt that contains the custom alert text specified by the CustomAlertText parameter. In the cloud-based service, the message with the original attachment is also quarantined.
96+
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces all attachments with a file named Malware Alert Text.txt that contains the custom alert text specified by the CustomAlertText parameter. In the cloud-based service, the message with the original attachments is also quarantined.
9797
9898
```yaml
9999
Type: MalwareFilteringAction

exchange/exchange-ps/exchange/antispam-antimalware/Set-MalwareFilterPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ The Action parameter specifies the action to take when malware is detected in a
119119
120120
- DeleteMessage: Handles the message without notifying the recipients. This is the default value. In Exchange Server, the message is deleted. In the cloud-based service, the message is quarantined.
121121
122-
- DeleteAttachmentAndUseDefaultAlert: Delivers the message, but replaces the malware attachment with a file named Malware Alert Text.txt that contains the default alert text. In the cloud-based service, the message with the original attachment is also quarantined.
122+
- DeleteAttachmentAndUseDefaultAlert: Delivers the message, but replaces all attachments with a file named Malware Alert Text.txt that contains the default alert text. In the cloud-based service, the message with the original attachments is also quarantined.
123123
124-
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces the malware attachment with a file named Malware Alert Text.txt that contains the custom alert text specified by the CustomAlertText parameter. In the cloud-based service, the message with the original attachment is also quarantined.
124+
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces all attachments with a file named Malware Alert Text.txt that contains the custom alert text specified by the CustomAlertText parameter. In the cloud-based service, the message with the original attachments is also quarantined.
125125
126126
```yaml
127127
Type: MalwareFilteringAction

0 commit comments

Comments
 (0)