Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2694 from cipptesting/dev
Browse files Browse the repository at this point in the history
Consolidated User Submission Policy related standards. Fixed bug
  • Loading branch information
KelvinTegelaar authored Jul 18, 2024
2 parents 555a4d7 + ecb570d commit 7a7162d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
},
{
Expand Down

0 comments on commit 7a7162d

Please sign in to comment.