Skip to content

Commit 556e4d7

Browse files
authored
Merge pull request MicrosoftDocs#11050 from MicrosoftDocs/DMARC-chrisda
DMARC-chrisda to Main
2 parents 89509d4 + cf18bef commit 556e4d7

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,12 @@ Accept wildcard characters: False
163163
```
164164

165165
### -DmarcQuarantineAction
166-
**Note**: This setting is currently in Preview.
167-
168166
This setting is part of spoof protection.
169167

170168
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:
171169

172170
- 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.
174172

175173
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
176174

@@ -188,14 +186,12 @@ Accept wildcard characters: False
188186
```
189187

190188
### -DmarcRejectAction
191-
**Note**: This setting is currently in Preview.
192-
193189
This setting is part of spoof protection.
194190

195-
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:
196192

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.
199195

200196
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
201197

@@ -541,14 +537,12 @@ Accept wildcard characters: False
541537
```
542538

543539
### -HonorDmarcPolicy
544-
**Note**: This setting is currently in Preview.
545-
546540
This setting is part of spoof protection.
547541

548542
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:
549543

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.
552546

553547
```yaml
554548
Type: Boolean

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,12 @@ Accept wildcard characters: False
166166
```
167167

168168
### -DmarcQuarantineAction
169-
**Note**: This setting is currently in Preview.
170-
171169
This setting is part of spoof protection.
172170

173-
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:
174172

175173
- 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.
179175

180176
```yaml
181177
Type: SpoofDmarcQuarantineAction
@@ -191,14 +187,12 @@ Accept wildcard characters: False
191187
```
192188

193189
### -DmarcRejectAction
194-
**Note**: This setting is currently in Preview.
195-
196190
This setting is part of spoof protection.
197191

198-
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:
199193

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.
202196

203197
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
204198

@@ -550,8 +544,8 @@ This setting is part of spoof protection.
550544

551545
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:
552546

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.
555549

556550
```yaml
557551
Type: Boolean

0 commit comments

Comments
 (0)