From ecb570d0fdfd2914176f4b8aea6c54fb887037ee Mon Sep 17 00:00:00 2001 From: cipptesting Date: Wed, 17 Jul 2024 15:29:50 -0400 Subject: [PATCH] Consolidated User Submission Policy related standards. Fixed bug --- src/data/standards.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/data/standards.json b/src/data/standards.json index f33c84caa311..c018b25b8a8e 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -1255,30 +1255,17 @@ "value": "disable" } ] - } - ], - "label": "Set the state of the built-in Report button in Outlook", - "impact": "Medium Impact", - "impactColour": "warning", - "powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy", - "recommendedBy": [] - }, - { - "name": "standards.UserReportDestinationEmail", - "cat": "Exchange Standards", - "tag": ["mediumimpact"], - "helpText": "Sets the destination for email when users report them as spam or phishing. Works well together with the 'Set the state of the built-in Report button in Outlook standard'.", - "addedComponent": [ + }, { "type": "input", - "name": "standards.UserReportDestinationEmail.Email", + "name": "standards.UserSubmissions.email", "label": "Destination email address" } ], - "label": "Set the destination email for user reported emails", + "label": "Set the state of the built-in Report button in Outlook", "impact": "Medium Impact", "impactColour": "warning", - "powershellEquivalent": "New-ReportSubmissionRule or Set-ReportSubmissionRule", + "powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy and New-ReportSubmissionRule or Set-ReportSubmissionRule", "recommendedBy": [] }, {