Skip to content

Commit afa3203

Browse files
authored
Merge pull request #10174 from ybhargav1995/patch-17
Update Set-DlpComplianceRule.md
2 parents 440f108 + bbe591b commit afa3203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,9 +2672,9 @@ Accept wildcard characters: False
26722672
### -RuleErrorAction
26732673
The RuleErrorAction parameter specifies what to do if an error is encountered during the evaluation of the rule. Valid values are:
26742674

2675-
- Ignore
2676-
- RetryThenBlock
2677-
- Blank (the value $null): This is the default value.
2675+
- Ignore: Ignore the failure of the rule and thereby any actions in that rule and move to the next rule.
2676+
- RetryThenBlock: Do a maximum of 5 retries of the rule with an increasing time gap of 10 min (i.e, 1st retry happens after 10 min, 2nd retry after 20 min, etc.). After the failure of the fifth retry, the message is dropped and we send a non-delivery report (also known as an NDR or bounce messages).
2677+
- Blank (the value $null): Defer the delivery of the message and keep retrying the rule. This is the default value.
26782678

26792679
```yaml
26802680
Type: PolicyRuleErrorAction

0 commit comments

Comments
 (0)