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

Feature request: Add / Remove Spamfilter Rules #89

Closed
freezscholte opened this issue Oct 20, 2021 · 4 comments
Closed

Feature request: Add / Remove Spamfilter Rules #89

freezscholte opened this issue Oct 20, 2021 · 4 comments
Labels
enhancement New feature or request Planned

Comments

@freezscholte
Copy link

Is your feature request related to a problem? Please describe.
One of our most common daily tasks is creating /editing and removing spam filter rules in Exchange Online

Describe the solution you'd like
In the Email and Exchange menu a option to add/edit/remove spamfilter rules

Describe alternatives you've considered
Currently using exchange online admin center

@KelvinTegelaar KelvinTegelaar added the enhancement New feature or request label Oct 20, 2021
@KelvinTegelaar
Copy link
Owner

just to get this right;

Please supply us with either a full PowerShell script you use to configure these rules, or screenshots of the exact pages you use and which settings you change most.

@freezscholte
Copy link
Author

@KelvinTegelaar Sorry missed the comment, I will get back to regarding this today.

@freezscholte
Copy link
Author

Url within Microsoft Security Center -> https://security.microsoft.com/antispam
There are 3 set of rules see attachment a screenshot from our test tenant
image
Within those rules you can for example edit its contents for the incoming spamfilter:
image

WIth for example these commands
Get-HostedContentFilterPolicy and

Get-HostedContentFilterPolicy -Identity "" | Format-List []

You can edit the settings in the last screenshot like accepted domains
image

In the screen above are also the rules our support mostly needs to change:
AllowedSenders
AllowedSenderDomains
BlockedSenders
BlockedSenderDomains

https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/configure-your-spam-filter-policies?view=o365-worldwide

I also think its worth while to think about some other functions in https://security.microsoft.com/ to manage with CIPP not the really in dept ones because you probably could better login in to the portal.

@KelvinTegelaar
Copy link
Owner

started work on this in #232 by Gavin. This will have a bit more of evolution to track that request for future info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Planned
Projects
None yet
Development

No branches or pull requests

2 participants