Share via

Exchange server quarantine

Haughton Morgan 11 Reputation points
2020-09-04T18:13:15.46+00:00

One of our clients emails is consistently being sent to the Quarantine folder, labeled as "High Confidence Phish". How can this be prevented/stopped? Can these emails be allow thru?

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


2 answers

Sort by: Most helpful
  1. Lucas Liu-MSFT 6,196 Reputation points
    2020-09-07T06:16:18.68+00:00

    Hi @Haughton Morgan ,
    I agree with what Andy said.

    1. You could run the following command to create the transport rule. This transport rule is that when the from in the header field of the email is ******@domian.com the SCL value of this email is set to -1. -1 means from a trusted sender, so the message bypasses spam filtering. New-TransportRule "Safe Sender" -HeaderContainsWords "Client@keyman .com" -HeaderContainsMessageHeader From -SetSCL -1

    For more information you could refer to: The spam confidence level stamp and New-TransportRule

    2.You could add the client’s email address to Safe Senders List in Outlook, the email from addresses on your Safe Senders List will never be treated as junk email.
    22933-1111.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Andy David - MVP 160.3K Reputation points MVP Volunteer Moderator
    2020-09-04T18:37:45.337+00:00

    Absolutely!

    Choose one of these options:

    The best from the admin perspective is a mail flow rule:
    The available safe sender lists are described in the following list in order from most recommended to least recommended:

    Mail flow rules
    Outlook Safe Senders
    IP Allow List (connection filtering)
    Allowed sender lists or allowed domain lists (anti-spam policies)

    https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/create-safe-sender-lists-in-office-365?view=o365-worldwide

    Option 4 is not a good choice. I would use a mail flow rule or ask your users to add the specific sender to their safe sender list.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.