Skip to content

Commit aade642

Browse files
authored
Merge pull request MicrosoftDocs#11503 from MicrosoftDocs/CAF-chrisda
CAF-chrisda to Main
2 parents 58a0683 + ff49450 commit aade642

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,13 @@ This parameter is available only in the cloud-based service.
427427

428428
The EnableFileFilter parameter enables or disables the common attachments filter (also known as common attachment blocking). Valid values are:
429429

430-
- $true: The common attachments filter is enabled. The file types are specified by the FileTypes parameter.
431-
- $false: The common attachments filter is disabled. This is the default value.
430+
- $true: The common attachments filter is enabled. This is the default value.
431+
- $false: The common attachments filter is disabled.
432+
433+
You specify the file types using the FileTypes parameter. A default list of values is automatically provided, but you can customize it.
434+
435+
You specify the action for detected files using the FileTypeAction parameter.
436+
432437

433438
```yaml
434439
Type: Boolean
@@ -508,7 +513,7 @@ This parameter is available only in the cloud-based service.
508513

509514
The FileTypeAction parameter specifies what happens to messages that contain one or more attachments where the file extension is included in the FileTypes parameter (the common attachments filter). Valid values are:
510515

511-
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the policy by the QuarantineTag parameter.
516+
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the malware filter policy by the QuarantineTag parameter.
512517
- Reject: The message is rejected in a non-delivery report (also known as an NDR or bounce message) to the sender. The message is not available in quarantine. This is the default value.
513518

514519
This parameter is meaningful only when the value of the EnableFileFilter parameter is $true.

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,12 @@ This parameter is available only in the cloud-based service.
461461

462462
The EnableFileFilter parameter enables or disables the common attachments filter (also known as common attachment blocking). Valid values are:
463463

464-
- $true: The common attachments filter is enabled. The file types are specified by the FileTypes parameter.
465-
- $false: The common attachments filter is disabled. This is the default value.
464+
- $true: The common attachments filter is enabled. This is the default value.
465+
- $false: The common attachments filter is disabled.
466+
467+
You specify the file types using the FileTypes parameter.
468+
469+
You specify the action for detected files using the FileTypeAction parameter.
466470

467471
```yaml
468472
Type: Boolean
@@ -542,7 +546,7 @@ This parameter is available only in the cloud-based service.
542546

543547
The FileTypeAction parameter specifies what happens to messages that contain one or more attachments where the file extension is included in the FileTypes parameter (the common attachments filter). Valid values are:
544548

545-
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the policy by the QuarantineTag parameter.
549+
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the malware filter policy by the QuarantineTag parameter.
546550
- Reject: The message is rejected in a non-delivery report (also known as an NDR or bounce message) to the sender. The message is not available in quarantine. This is the default value.
547551

548552
This parameter is meaningful only when the value of the EnableFileFilter parameter is $true.

0 commit comments

Comments
 (0)