Skip to content

Commit 3fd022f

Browse files
authored
Update New-HostedContentFilterPolicy.md
Removing deprecation and correcting a mistake
1 parent 5aeaf24 commit 3fd022f

File tree

1 file changed

+4
-37
lines changed

1 file changed

+4
-37
lines changed

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

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -618,12 +618,10 @@ Accept wildcard characters: False
618618
```
619619

620620
### -IncreaseScoreWithBizOrInfoUrls
621-
**Note**: This setting is part of Advanced Spam Filtering (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.
622-
623621
The IncreaseScoreWithBizOrInfoUrls parameter increases the spam score of messages that contain links to .biz or .info domains. Valid values are:
624622

625623
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
626-
- 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.
624+
- 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. Note that not all messages which matches the setting will be marked as spam.
627625
- Test: The action specified by the TestModeAction parameter is taken on the message.
628626

629627
```yaml
@@ -640,12 +638,10 @@ Accept wildcard characters: False
640638
```
641639

642640
### -IncreaseScoreWithImageLinks
643-
**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.
644-
645641
The IncreaseScoreWithImageLinks parameter increases the spam score of messages that contain image links to remote websites. Valid values are:
646642

647643
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
648-
- 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.
644+
- 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. Note that not all messages which matches the setting will be marked as spam.
649645
- Test: The action specified by the TestModeAction parameter is taken on the message.
650646

651647
```yaml
@@ -662,12 +658,10 @@ Accept wildcard characters: False
662658
```
663659

664660
### -IncreaseScoreWithNumericIps
665-
**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.
666-
667661
The IncreaseScoreWithNumericIps parameter increases the spam score of messages that contain links to IP addresses. Valid values are:
668662

669663
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
670-
- On: The setting is enabled. Messages that contain links to IP addresses are given the SCL 5 or 6 (spam), and the X-header `X-CustomSpam: Numeric IP in URL` is added to the message.
664+
- On: The setting is enabled. Messages that contain links to IP addresses 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: Numeric IP in URL` is added to the message. Note that not all messages which matches the setting will be marked as spam.
671665
- Test: The action specified by the TestModeAction parameter is taken on the message.
672666

673667
```yaml
@@ -684,12 +678,10 @@ Accept wildcard characters: False
684678
```
685679

686680
### -IncreaseScoreWithRedirectToOtherPort
687-
**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.
688-
689681
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:
690682

691683
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
692-
- On: The setting is enabled. Messages that contain links that redirect to other TCP ports are given the SCL 5 or 6 (spam), and the X-header `X-CustomSpam: URL redirect to other port` is added to the message.
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.
693685
- Test: The action specified by the TestModeAction parameter is taken on the message.
694686

695687
```yaml
@@ -771,8 +763,6 @@ Accept wildcard characters: False
771763
```
772764

773765
### -MarkAsSpamEmbedTagsInHtml
774-
**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.
775-
776766
The MarkAsSpamEmbedTagsInHtml parameter marks a message as spam when the message contains HTML \<embed\> tags. Valid values are:
777767

778768
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -793,8 +783,6 @@ Accept wildcard characters: False
793783
```
794784

795785
### -MarkAsSpamEmptyMessages
796-
**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.
797-
798786
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:
799787

800788
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -815,8 +803,6 @@ Accept wildcard characters: False
815803
```
816804

817805
### -MarkAsSpamFormTagsInHtml
818-
**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.
819-
820806
The MarkAsSpamFormTagsInHtml parameter marks a message as spam when the message contains HTML \<form\> tags. Valid values are:
821807

822808
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -837,8 +823,6 @@ Accept wildcard characters: False
837823
```
838824

839825
### -MarkAsSpamFramesInHtml
840-
**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.
841-
842826
The MarkAsSpamFramesInHtml parameter marks a message as spam when the message contains HTML \<frame\> or \<iframe\> tags. Valid values are:
843827

844828
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -859,8 +843,6 @@ Accept wildcard characters: False
859843
```
860844

861845
### -MarkAsSpamFromAddressAuthFail
862-
**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.
863-
864846
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:
865847

866848
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -880,8 +862,6 @@ Accept wildcard characters: False
880862
```
881863

882864
### -MarkAsSpamJavaScriptInHtml
883-
**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.
884-
885865
The MarkAsSpamJavaScriptInHtml parameter marks a message as spam when the message contains JavaScript or VBScript. Valid values are:
886866

887867
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -902,8 +882,6 @@ Accept wildcard characters: False
902882
```
903883

904884
### -MarkAsSpamNdrBackscatter
905-
**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.
906-
907885
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:
908886

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

925903
### -MarkAsSpamObjectTagsInHtml
926-
**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.
927-
928904
The MarkAsSpamObjectTagsInHtml parameter marks a message as spam when the message contains HTML \<object\> tags. Valid values are:
929905

930906
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -945,8 +921,6 @@ Accept wildcard characters: False
945921
```
946922

947923
### -MarkAsSpamSensitiveWordList
948-
**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.
949-
950924
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:
951925

952926
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -967,8 +941,6 @@ Accept wildcard characters: False
967941
```
968942

969943
### -MarkAsSpamSpfRecordHardFail
970-
**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.
971-
972944
The MarkAsSpamSpfRecordHardFail parameter marks a message as spam when SPF record checking encounters a hard fail. Valid values are:
973945

974946
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -988,8 +960,6 @@ Accept wildcard characters: False
988960
```
989961

990962
### -MarkAsSpamWebBugsInHtml
991-
**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.
992-
993963
The MarkAsSpamWebBugsInHtml parameter marks a message as spam when the message contains web bugs (also known as web beacons). Valid values are:
994964

995965
- Off: The setting is disabled. This is the default value, and we recommend that you don't change it.
@@ -1265,8 +1235,6 @@ Accept wildcard characters: False
12651235
```
12661236

12671237
### -TestModeAction
1268-
**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 don't use this setting.
1269-
12701238
The TestModeAction parameter specifies the additional action to take on messages when one or more IncreaseScoreWith\* or MarkAsSpam\* ASF parameters are set to the value Test. Valid values are:
12711239

12721240
- None: This is the default value, and we recommend that you don't change it.
@@ -1287,7 +1255,6 @@ Accept wildcard characters: False
12871255
```
12881256

12891257
### -TestModeBccToRecipients
1290-
**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 don't use this setting.
12911258

12921259
The TestModeBccToRecipients parameter specifies the blind carbon copy (Bcc) recipients to add to spam messages when the TestModeAction ASF parameter is set to the value BccMessage.
12931260

0 commit comments

Comments
 (0)