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 Mode parameter specifies how the rule operates. Valid values are:
3658
3658
3659
-
- Audit: The actions that the rule would have taken are written to the message tracking log, but no any action is taken on the message that would impact delivery.
3660
-
- AuditAndNotify: The rule operates the same as in Audit mode, but notifications are also enabled.
3659
+
- Audit: The actions that the rule would have taken are written to the message tracking log, but no action that impacts message delivery is taken on the message. The GenerateIncidentReport action occurs.
3660
+
- AuditAndNotify: The actions that the rule would have taken are written to the message tracking log, but no action that impacts message delivery is taken on the message. The GenerateIncidentReport and GenerateNotification actions occur.
3661
3661
- Enforce: All actions specified in the rule are taken. This is the default value.
3662
3662
3663
-
> [!NOTE]
3664
-
>
3665
-
> In the Audit mode, the action GenerateIncidentReport is going to be executed.
3666
-
> In the AuditAndNotify mode, actions GenerateIncidentReport and GenerateNotification are going to be executed.
0 commit comments