You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
527
528
528
-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
529
529
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
530
530
- 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.
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:
682
682
683
683
- 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.
685
685
- Test: The action specified by the TestModeAction parameter is taken on the message.
686
686
687
687
```yaml
@@ -716,6 +716,29 @@ Accept pipeline input: False
716
716
Accept wildcard characters: False
717
717
```
718
718
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.
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:
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.
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:
0 commit comments