Skip to content

Commit 4fc494d

Browse files
committed
Added info about admin notifications for attachments only
Per support case
1 parent 72e4388 commit 4fc494d

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,10 @@ Accept wildcard characters: False
372372
### -EnableExternalSenderAdminNotifications
373373
The EnableExternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from external senders. Valid values are:
374374

375-
- $true: When malware is detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
376-
- $false: When malware is detected in messages from external senders, don't send administrator notifications. This is the default value.
375+
- $true: When malware attachments are detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
376+
- $false: When malware attachments are detected in messages from external senders, don't send administrator notifications. This is the default value.
377+
378+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
377379

378380
```yaml
379381
Type: Boolean
@@ -431,8 +433,10 @@ Accept wildcard characters: False
431433
### -EnableInternalSenderAdminNotifications
432434
The EnableInternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from internal senders. Valid values are:
433435

434-
- $true: When malware is detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
435-
- $false: When malware is detected in messages from internal senders, don't send administrator notifications. This is the default value.
436+
- $true: When malware attachments are detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
437+
- $false: When malware attachments are detected in messages from internal senders, don't send administrator notifications. This is the default value.
438+
439+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
436440

437441
```yaml
438442
Type: Boolean

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,10 @@ Accept wildcard characters: False
398398
### -EnableExternalSenderAdminNotifications
399399
The EnableExternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from external senders. Valid values are:
400400

401-
- $true: When malware is detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
402-
- $false: When malware is detected in messages from external senders, don't send administrator notifications. This is the default value.
401+
- $true: When malware attachments are detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
402+
- $false: When malware attachments are detected in messages from external senders, don't send administrator notifications. This is the default value.
403+
404+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
403405

404406
```yaml
405407
Type: Boolean
@@ -457,8 +459,10 @@ Accept wildcard characters: False
457459
### -EnableInternalSenderAdminNotifications
458460
The EnableInternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from internal senders. Valid values are:
459461

460-
- $true: When malware is detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
461-
- $false: When malware is detected in messages from internal senders, don't send administrator notifications. This is the default value.
462+
- $true: When malware attachments are detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
463+
- $false: When malware attachments are detected in messages from internal senders, don't send administrator notifications. This is the default value.
464+
465+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
462466

463467
```yaml
464468
Type: Boolean

0 commit comments

Comments
 (0)