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 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:
171
169
172
170
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
173
-
- Quarantine: This is the default value. Move the message to quarantine.
171
+
- Quarantine: Deliver the message to quarantine. This is the default value.
174
172
175
173
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
191
+
The DmarcRejectAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
196
192
197
-
- Quarantine: This is the default value. Move the message to quarantine.
198
-
- Reject: Reject the message.
193
+
- Quarantine: Deliver the message to quarantine.
194
+
- Reject: Reject the message. This is the default value.
199
195
200
196
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
The HonorDmarcPolicy enables or disables using the sender's DMARC policy to determine what to do to messages that fail DMARC checks. Valid values are:
549
543
550
-
- $true: If a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`, the DmarcQuarantineAction parameter specifies the action to take on the message. If a message fails DMARC checks and the sender's DMARC policy is `p=reject`, the DmarcRejectAction parameter specifies the action to take on the message.
551
-
- $false: This is the default value. If the message fail DMARC checks, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
544
+
- $true: If a message fails DMARC and the sender's DMARC policy is `p=quarantine` or `p=reject`, the DmarcQuarantineAction or DmarcRejectAction parameters specify the action to take on the message. This is the default value.
545
+
- $false: If the message fails DMARC, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
171
+
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:
174
172
175
173
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
176
-
- Quarantine: This is the default value. Move the message to quarantine.
177
-
178
-
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
174
+
- Quarantine: Deliver the message to quarantine. This is the default value.
The DmarcRejectAction parameter specifies the action to take when the message is detected as spoofing and the policy action value in the DMARC TXT record for the domain is `p=quarantine`. Valid values are:
192
+
The DmarcRejectAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
199
193
200
-
- Quarantine: This is the default value. Move the message to quarantine.
201
-
- Reject: Reject the message.
194
+
- Quarantine: Deliver the message to quarantine.
195
+
- Reject: Reject the message. This is the default value.
202
196
203
197
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
204
198
@@ -550,8 +544,8 @@ This setting is part of spoof protection.
550
544
551
545
The HonorDmarcPolicy enables or disables using the sender's DMARC policy to determine what to do to messages that fail DMARC checks. Valid values are:
552
546
553
-
- $true: If a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`, the DmarcQuarantineAction parameter specifies the action to take on the message. If a message fails DMARC checks and the sender's DMARC policy is `p=reject`, the DmarcRejectAction parameter specifies the action to take on the message.
554
-
- $false: This is the default value. If the message fail DMARC checks, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
547
+
- $true: If a message fails DMARC and the sender's DMARC policy is `p=quarantine` or `p=reject`, the DmarcQuarantineAction or DmarcRejectAction parameters specify the action to take on the message. This is the default value.
548
+
- $false: If the message fails DMARC, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
0 commit comments