Skip to content

Commit da4d98d

Browse files
committed
Update Set-HostedContentFilterPolicy.md
Corresponding updates from MicrosoftDocs#10459
1 parent 7e42cf5 commit da4d98d

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

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

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Accept wildcard characters: False
625625
The IncreaseScoreWithBizOrInfoUrls parameter increases the spam score of messages that contain links to .biz or .info domains. Valid values are:
626626

627627
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
628-
- On: The setting is enabled. Messages that contain links to .biz or .info domains are given the SCL 5 or 6 (spam), and the X-header `X-CustomSpam: URL to .biz or .info websites` is added to the message.
628+
- On: The setting is enabled. Messages that contain links to .biz or .info domains 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 to .biz or .info websites` is added to the message. Not all messages that match this setting will be marked as spam.
629629
- Test: The action specified by the TestModeAction parameter is taken on the message.
630630

631631
```yaml
@@ -642,12 +642,10 @@ Accept wildcard characters: False
642642
```
643643

644644
### -IncreaseScoreWithImageLinks
645-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
646-
647645
The IncreaseScoreWithImageLinks parameter increases the spam score of messages that contain image links to remote websites. Valid values are:
648646

649647
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
650-
- On: The setting is enabled. Messages that contain image links to remote websites are given the SCL 5 or 6 (spam), and the X-header `X-CustomSpam: Image links to remote sites` is added to the message.
648+
- On: The setting is enabled. Messages that contain image links to remote websites 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: Image links to remote sites` is added to the message. Not all messages that match this setting will be marked as spam.
651649
- Test: The action specified by the TestModeAction parameter is taken on the message.
652650

653651
```yaml
@@ -664,8 +662,6 @@ Accept wildcard characters: False
664662
```
665663

666664
### -IncreaseScoreWithNumericIps
667-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
668-
669665
The IncreaseScoreWithNumericIps parameter increases the spam score of messages that contain links to IP addresses. Valid values are:
670666

671667
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -686,8 +682,6 @@ Accept wildcard characters: False
686682
```
687683

688684
### -IncreaseScoreWithRedirectToOtherPort
689-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
690-
691685
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:
692686

693687
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -791,8 +785,6 @@ Accept wildcard characters: False
791785
```
792786

793787
### -MarkAsSpamEmbedTagsInHtml
794-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
795-
796788
The MarkAsSpamEmbedTagsInHtml parameter marks a message as spam when the message contains HTML \<embed\> tags. Valid values are:
797789

798790
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -813,8 +805,6 @@ Accept wildcard characters: False
813805
```
814806

815807
### -MarkAsSpamEmptyMessages
816-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
817-
818808
The MarkAsSpamEmptyMessages parameter marks a message as spam when the message contains no subject, no content in the message body, and no attachments. Valid values are:
819809

820810
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -835,8 +825,6 @@ Accept wildcard characters: False
835825
```
836826

837827
### -MarkAsSpamFormTagsInHtml
838-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
839-
840828
The MarkAsSpamFormTagsInHtml parameter marks a message as spam when the message contains HTML \<form\> tags. Valid values are:
841829

842830
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -857,8 +845,6 @@ Accept wildcard characters: False
857845
```
858846

859847
### -MarkAsSpamFramesInHtml
860-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
861-
862848
The MarkAsSpamFramesInHtml parameter marks a message as spam when the message contains HTML \<frame\> or \<iframe\> tags. Valid values are:
863849

864850
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -879,8 +865,6 @@ Accept wildcard characters: False
879865
```
880866

881867
### -MarkAsSpamFromAddressAuthFail
882-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
883-
884868
The MarkAsSpamFromAddressAuthFail parameter marks a message as spam when Sender ID filtering encounters a hard fail. This setting combines an Sender Policy Framework (SPF) check with a Sender ID check to help protect against message headers that contain forged senders. Valid values are:
885869

886870
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -900,8 +884,6 @@ Accept wildcard characters: False
900884
```
901885

902886
### -MarkAsSpamJavaScriptInHtml
903-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
904-
905887
The MarkAsSpamJavaScriptInHtml parameter marks a message as spam when the message contains JavaScript or VBScript. Valid values are:
906888

907889
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -922,8 +904,6 @@ Accept wildcard characters: False
922904
```
923905

924906
### -MarkAsSpamNdrBackscatter
925-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
926-
927907
The MarkAsSpamNdrBackscatter parameter marks a message as spam when the message is a non-delivery report (also known as an NDR or bounce messages) sent to a forged sender (known as *backscatter*). Valid values are:
928908

929909
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -943,8 +923,6 @@ Accept wildcard characters: False
943923
```
944924

945925
### -MarkAsSpamObjectTagsInHtml
946-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
947-
948926
The MarkAsSpamObjectTagsInHtml parameter marks a message as spam when the message contains HTML \<object\> tags. Valid values are:
949927

950928
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -965,8 +943,6 @@ Accept wildcard characters: False
965943
```
966944

967945
### -MarkAsSpamSensitiveWordList
968-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
969-
970946
The MarkAsSpamSensitiveWordList parameter marks a message as spam when the message contains words from the sensitive words list. Microsoft maintains a dynamic but non-editable list of words that are associated with potentially offensive messages. Valid values are:
971947

972948
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -987,8 +963,6 @@ Accept wildcard characters: False
987963
```
988964

989965
### -MarkAsSpamSpfRecordHardFail
990-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
991-
992966
The MarkAsSpamSpfRecordHardFail parameter marks a message as spam when SPF record checking encounters a hard fail. Valid values are:
993967

994968
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -1008,8 +982,6 @@ Accept wildcard characters: False
1008982
```
1009983

1010984
### -MarkAsSpamWebBugsInHtml
1011-
**Note**: This setting is part of ASF and will be deprecated. The functionality of this setting will be incorporated into other parts of the filtering stack. We recommend that you leave this setting turned off.
1012-
1013985
The MarkAsSpamWebBugsInHtml parameter marks a message as spam when the message contains web bugs (also known as web beacons). Valid values are:
1014986

1015987
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.

0 commit comments

Comments
 (0)