Skip to content

Commit 95ffad2

Browse files
authored
Merge pull request MicrosoftDocs#12410 from MicrosoftDocs/chrisda
Quarantine 'Move to' to 'Deliver to'
2 parents 328daec + 3389b9f commit 95ffad2

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ This setting is part of spoof protection.
127127
128128
The AuthenticationFailAction parameter specifies the action to take when the message fails composite authentication (a mixture of traditional SPF, DKIM, and DMARC email authentication checks and proprietary backend intelligence). Valid values are:
129129
130-
- MoveToJmf: This is the default value. Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
131-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
130+
- MoveToJmf: This is the default value. Deliver the message to the Junk Email folder in the recipient's mailbox.
131+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
132132
133133
```yaml
134134
Type: SpoofAuthenticationFailAction
@@ -167,7 +167,7 @@ This setting is part of spoof protection.
167167

168168
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`. Valid values are:
169169

170-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
170+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
171171
- Quarantine: Deliver the message to quarantine. This is the default value.
172172

173173
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
@@ -587,8 +587,8 @@ The MailboxIntelligenceProtectionAction parameter specifies what to do with mess
587587
- NoAction: This is the default value. Note that this value has the same result as setting the EnableMailboxIntelligenceProtection parameter to $false when the EnableMailboxIntelligence parameter is $true.
588588
- BccMessage: Add the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter to the Bcc field of the message.
589589
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
590-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
591-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
590+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
591+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
592592
- Redirect: Redirect the message to the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter.
593593

594594
This parameter is meaningful only if the EnableMailboxIntelligence and EnableMailboxIntelligenceProtection parameters are set to the value $true.
@@ -797,8 +797,8 @@ The TargetedDomainProtectionAction parameter specifies the action to take on det
797797
- NoAction: This is the default value.
798798
- BccMessage: Add the recipients specified by the TargetedDomainActionRecipients parameter to the Bcc field of the message.
799799
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
800-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
801-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
800+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
801+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
802802
- Redirect: Redirect the message to the recipients specified by the TargetedDomainActionRecipients parameter.
803803

804804
```yaml
@@ -890,8 +890,8 @@ The TargetedUserProtectionAction parameter specifies the action to take on detec
890890
- NoAction: This is the default value.
891891
- BccMessage: Add the recipients specified by the TargetedDomainActionRecipients parameter to the Bcc field of the message.
892892
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
893-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
894-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
893+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
894+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
895895
- Redirect: Redirect the message to the recipients specified by the TargetedDomainActionRecipients parameter.
896896

897897
```yaml

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ The BulkSpamAction parameter specifies the action to take on messages that are m
284284
- AddXHeader: Add the AddXHeaderValue parameter value to the message header and deliver the message.
285285
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
286286
- ModifySubject: Add the ModifySubject parameter value to the beginning of the subject line, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
287-
- MoveToJmf: This is the default value. Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
287+
- MoveToJmf: This is the default value. Deliver the message to the Junk Email folder in the recipient's mailbox. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
288288
- NoAction
289-
- Quarantine: Move the message to quarantine. By default, messages that are quarantined as bulk email are available to the intended recipients and admins. Or, you can use the BulkQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
289+
- Quarantine: Deliver the message to quarantine. By default, messages that are quarantined as bulk email are available to the intended recipients and admins. Or, you can use the BulkQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
290290
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
291291

292292
```yaml
@@ -556,8 +556,8 @@ The HighConfidenceSpamAction parameter specifies the action to take on messages
556556
- AddXHeader: Add the AddXHeaderValue parameter value to the message header, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
557557
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
558558
- ModifySubject: Add the ModifySubject parameter value to the beginning of the subject line, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
559-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
560-
- Quarantine: Move the message to quarantine. By default, messages that are quarantined as high confidence spam are available to the intended recipients and admins. Or, you can use the HighConfidenceSpamQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
559+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
560+
- Quarantine: Deliver the message to quarantine. By default, messages that are quarantined as high confidence spam are available to the intended recipients and admins. Or, you can use the HighConfidenceSpamQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
561561
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
562562

563563
```yaml
@@ -1035,9 +1035,9 @@ The PhishSpamAction parameter specifies the action to take on messages that are
10351035
- AddXHeader: Add the AddXHeaderValue parameter value to the message header and deliver the message.
10361036
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
10371037
- ModifySubject: Add the ModifySubject parameter value to the beginning of the subject line, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
1038-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
1038+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
10391039
- Quarantine: Move the message to the quarantine. This is the default value. The quarantined message is available to the intended recipients (as of April, 2020) and admins.
1040-
- Quarantine: Move the message to quarantine. By default, messages that are quarantined as phishing are available to admins and (as of April 2020) the intended recipients. Or, you can use the PhishQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
1040+
- Quarantine: Deliver the message to quarantine. By default, messages that are quarantined as phishing are available to admins and (as of April 2020) the intended recipients. Or, you can use the PhishQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
10411041
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
10421042

10431043
```yaml
@@ -1171,8 +1171,8 @@ The SpamAction parameter specifies the action to take on messages that are marke
11711171
- AddXHeader: Add the AddXHeaderValue parameter value to the message header, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
11721172
- Delete : Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
11731173
- ModifySubject: Add the ModifySubject parameter value to the beginning of the subject line, deliver the message, and move the message to the Junk Email folder (same caveats as MoveToJmf).
1174-
- MoveToJmf: This is the default value. Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
1175-
- Quarantine: Move the message to quarantine. By default, messages that are quarantined as spam are available to the intended recipients and admins. Or, you can use the SpamQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
1174+
- MoveToJmf: This is the default value. Deliver the message to the Junk Email folder in the recipient's mailbox. In standalone Exchange Online Protection environments, you need to configure mail flow rules in your on-premises Exchange organization. For instructions, see [Configure standalone EOP to deliver spam to the Junk Email folder in hybrid environments](https://learn.microsoft.com/exchange/standalone-eop/configure-eop-spam-protection-hybrid).
1175+
- Quarantine: Deliver the message to quarantine. By default, messages that are quarantined as spam are available to the intended recipients and admins. Or, you can use the SpamQuarantineTag parameter to specify what end-users are allowed to do on quarantined messages.
11761176
- Redirect: Redirect the message to the recipients specified by the RedirectToRecipients parameter.
11771177

11781178
```yaml

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ This setting is part of spoof protection.
130130
131131
The AuthenticationFailAction parameter specifies the action to take when the message fails composite authentication (a mixture of traditional SPF, DKIM, and DMARC email authentication checks and proprietary backend intelligence). Valid values are:
132132
133-
- MoveToJmf: This is the default value. Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
134-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
133+
- MoveToJmf: This is the default value. Deliver the message to the Junk Email folder in the recipient's mailbox.
134+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
135135
136136
```yaml
137137
Type: SpoofAuthenticationFailAction
@@ -170,7 +170,7 @@ This setting is part of spoof protection.
170170

171171
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`. Valid values are:
172172

173-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
173+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
174174
- Quarantine: Deliver the message to quarantine. This is the default value.
175175

176176
```yaml
@@ -588,8 +588,8 @@ The MailboxIntelligenceProtectionAction parameter specifies what to do with mess
588588
- NoAction: This is the default value. Note that this value has the same result as setting the EnableMailboxIntelligenceProtection parameter to $false when the EnableMailboxIntelligence parameter is $true.
589589
- BccMessage: Add the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter to the Bcc field of the message.
590590
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
591-
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
592-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
591+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
592+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
593593
- Redirect: Redirect the message to the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter.
594594

595595
This parameter is meaningful only if the EnableMailboxIntelligence and EnableMailboxIntelligenceProtection parameters are set to the value $true.
@@ -766,8 +766,8 @@ The TargetedDomainProtectionAction parameter specifies the action to take on det
766766
- NoAction: This is the default value.
767767
- BccMessage: Add the recipients specified by the TargetedDomainActionRecipients parameter to the Bcc field of the message, and deliver the message to the Junk Email folder of all (original + BCC-ed) recipients' mailboxes.
768768
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
769-
- MoveToJmf: Deliver the message to the Junk Email folder of the recipient's mailbox.
770-
- Quarantine: Move the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
769+
- MoveToJmf: Deliver the message to the Junk Email folder in the recipient's mailbox.
770+
- Quarantine: Deliver the message to quarantine. Quarantined high confidence phishing messages are available only to admins. As of April 2020, quarantined phishing messages are available to the intended recipients.
771771
- Redirect: Redirect the message to the recipients specified by the TargetedDomainActionRecipients parameter.
772772

773773
```yaml

0 commit comments

Comments
 (0)