Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated User Submission Policy related standards. Fixed bug #2694

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading