Skip to content

Commit 7a7162d

Browse files
Merge pull request #2694 from cipptesting/dev
Consolidated User Submission Policy related standards. Fixed bug
2 parents 555a4d7 + ecb570d commit 7a7162d

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

src/data/standards.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,30 +1255,17 @@
12551255
"value": "disable"
12561256
}
12571257
]
1258-
}
1259-
],
1260-
"label": "Set the state of the built-in Report button in Outlook",
1261-
"impact": "Medium Impact",
1262-
"impactColour": "warning",
1263-
"powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy",
1264-
"recommendedBy": []
1265-
},
1266-
{
1267-
"name": "standards.UserReportDestinationEmail",
1268-
"cat": "Exchange Standards",
1269-
"tag": ["mediumimpact"],
1270-
"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'.",
1271-
"addedComponent": [
1258+
},
12721259
{
12731260
"type": "input",
1274-
"name": "standards.UserReportDestinationEmail.Email",
1261+
"name": "standards.UserSubmissions.email",
12751262
"label": "Destination email address"
12761263
}
12771264
],
1278-
"label": "Set the destination email for user reported emails",
1265+
"label": "Set the state of the built-in Report button in Outlook",
12791266
"impact": "Medium Impact",
12801267
"impactColour": "warning",
1281-
"powershellEquivalent": "New-ReportSubmissionRule or Set-ReportSubmissionRule",
1268+
"powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy and New-ReportSubmissionRule or Set-ReportSubmissionRule",
12821269
"recommendedBy": []
12831270
},
12841271
{

0 commit comments

Comments
 (0)