Skip to content

Commit b737b36

Browse files
committed
IntraOrgFilterState
1 parent ec3e164 commit b737b36

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed

exchange/exchange-ps/exchange/New-HostedContentFilterPolicy.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ New-HostedContentFilterPolicy [-Name] <String>
5151
[-IncreaseScoreWithNumericIps <SpamFilteringOption>]
5252
[-IncreaseScoreWithRedirectToOtherPort <SpamFilteringOption>]
5353
[-InlineSafetyTipsEnabled <Boolean>]
54+
[-IntraOrgFilterState <IntraOrgFilterState>]
5455
[-LanguageBlockList <MultiValuedProperty>]
5556
[-MarkAsSpamBulkMail <SpamFilteringOption>]
5657
[-MarkAsSpamEmbedTagsInHtml <SpamFilteringOption>]
@@ -525,7 +526,6 @@ Accept wildcard characters: False
525526
### -HighConfidencePhishAction
526527
The HighConfidencePhishAction parameter specifies the action to take on messages that are marked as high confidence phishing (not phishing). Phishing messages use fraudulent links or spoofed domains to get personal information. Valid values are:
527528

528-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
529529
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
530530
- Quarantine: Move the message to quarantine. By default, messages that are quarantined as high confidence phishing are available only to admins. Or, you can use the HighConfidencePhishQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
531531

@@ -681,7 +681,7 @@ Accept wildcard characters: False
681681
The IncreaseScoreWithRedirectToOtherPort parameter increases the spam score of messages that contain links that redirect to TCP ports other than 80 (HTTP), 8080 (alternate HTTP), or 443 (HTTPS). Valid values are:
682682

683683
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
684-
- On: The setting is enabled. Messages that contain links that redirect to other TCP ports are given a higher spam score and therefore have a higher chance of getting marked as spam with SCL 5 or 6, and the X-header `X-CustomSpam: URL redirect to other port` is added to the message. Note that not all messages which matches the setting will be marked as spam.
684+
- On: The setting is enabled. Messages that contain links that redirect to other TCP ports are given a higher spam score and therefore have a higher chance of getting marked as spam with SCL 5 or 6, and the X-header `X-CustomSpam: URL redirect to other port` is added to the message. Note that not all messages which matches the setting will be marked as spam.
685685
- Test: The action specified by the TestModeAction parameter is taken on the message.
686686

687687
```yaml
@@ -716,6 +716,29 @@ Accept pipeline input: False
716716
Accept wildcard characters: False
717717
```
718718

719+
### -IntraOrgFilterState
720+
The IntraOrgFilterState parameter specifies whether to enable anti-spam filtering for messages sent between internal users (users in the same organization). The action that's configured in the policy for the specified spam filter verdicts is taken on messages sent between internal users. Valid values are:
721+
722+
- Default: This is the default value. Currently, this value is the same as Disabled. The behavior for the value Default will eventually change to apply the action for high confidence phishing detections in the policy as if you selected HighConfidencePhish. Check the Message Center for announcements to changes in this setting.
723+
- HighConfidencePhish
724+
- Phish: Includes phishing and high confidence phishing.
725+
- HighConfidenceSpam: Includes high confidence spam, phishing, and high confidence phishing.
726+
- Spam: Includes spam, high confidence spam, phishing, and high confidence phishing.
727+
- Disabled
728+
729+
```yaml
730+
Type: IntraOrgFilterState
731+
Parameter Sets: (All)
732+
Aliases:
733+
Applicable: Exchange Online, Exchange Online Protection
734+
735+
Required: False
736+
Position: Named
737+
Default value: None
738+
Accept pipeline input: False
739+
Accept wildcard characters: False
740+
```
741+
719742
### -LanguageBlockList
720743
The LanguageBlockList parameter specifies the email content languages that are marked as spam when the EnableLanguageBlockList parameter value is $true. A valid value is a supported ISO 639-1 two-letter language code:
721744

exchange/exchange-ps/exchange/Set-HostedContentFilterPolicy.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Set-HostedContentFilterPolicy [-Identity] <HostedContentFilterPolicyIdParameter>
5151
[-IncreaseScoreWithNumericIps <SpamFilteringOption>]
5252
[-IncreaseScoreWithRedirectToOtherPort <SpamFilteringOption>]
5353
[-InlineSafetyTipsEnabled <Boolean>]
54+
[-IntraOrgFilterState <IntraOrgFilterState>]
5455
[-LanguageBlockList <MultiValuedProperty>]
5556
[-MakeDefault]
5657
[-MarkAsSpamBulkMail <SpamFilteringOption>]
@@ -717,6 +718,29 @@ Accept pipeline input: False
717718
Accept wildcard characters: False
718719
```
719720

721+
### -IntraOrgFilterState
722+
The IntraOrgFilterState parameter specifies whether to enable anti-spam filtering for messages sent between internal users (users in the same organization). The action that's configured in the policy for the specified spam filter verdicts is taken on messages sent between internal users. Valid values are:
723+
724+
- Default: This is the default value. Currently, this value is the same as Disabled. The behavior for the value Default will eventually change to apply the action for high confidence phishing detections in the policy as if you selected HighConfidencePhish. Check the Message Center for announcements to changes in this setting.
725+
- HighConfidencePhish
726+
- Phish: Includes phishing and high confidence phishing.
727+
- HighConfidenceSpam: Includes high confidence spam, phishing, and high confidence phishing.
728+
- Spam: Includes spam, high confidence spam, phishing, and high confidence phishing.
729+
- Disabled
730+
731+
```yaml
732+
Type: IntraOrgFilterState
733+
Parameter Sets: (All)
734+
Aliases:
735+
Applicable: Exchange Online, Exchange Online Protection
736+
737+
Required: False
738+
Position: Named
739+
Default value: None
740+
Accept pipeline input: False
741+
Accept wildcard characters: False
742+
```
743+
720744
### -LanguageBlockList
721745
The LanguageBlockList parameter specifies the email content languages that are marked as spam when the EnableLanguageBlockList parameter value is $true. A valid value is a supported ISO 639-1 two-letter language code:
722746

0 commit comments

Comments
 (0)