Forum Discussion
Spam Confidence Level - Per Mailbox in Exchange Online
Hello,
I have a requirement for SCL's to be set on a per mailbox basis. You can do this on premises using the Set-Mailbox cmdlet with applicable setting e.g.
Set-Mailbox -Identity bobsmith -SCLDeleteThreshold 3
The TechNet artcile says these options are not available in Exchange Online. Has anybody else had this requirement and if so, what have you done to achieve it?
Ben
Best you can do is create several Spam filter policies and apply them to different users as needed. Details are here: https://technet.microsoft.com/en-us/library/jj200684(v=exchg.150).aspx
3 Replies
Best you can do is create several Spam filter policies and apply them to different users as needed. Details are here: https://technet.microsoft.com/en-us/library/jj200684(v=exchg.150).aspx
- Igor ScarduaFormer Employee
Thanks!
- Ben OwensBrass ContributorThanks for response and link.