Outlook receiving read receipt continuosly from old emails

Karl Soriano 1 Reputation point
2022-09-06T06:15:18.613+00:00

So this is the scenario. 2 of our employees suddenly receive a bombarded read receipts daily from old receipts. Can anyone help find this issue's problem or does anyone know how to fix it? I've been investigating this issue for a week now.

Thank you in advance.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,246 Reputation points
    2022-09-07T01:37:49.79+00:00

    @Karl Soriano

    Before troubleshooting, I would suggest you create a transport rule to block those emails first:

    1. Create this old email address as mail contact (If this mailbox still exist on your Exchange server, you could bypass this step).
    2. You will could create a transport rule to block emails which sent from this old email address.

    238335-1.png

    About this issue, I would suggest you use message tracking log to check how this email generated.

    Get-TransportService | Get-MessageTrackingLog -Sender UserA@domain.com -Recipients UserB@externaldomain.com -MessageSubject "Test2"   
    

    You can also try to open this old mailbox to check whether there exist unread emails in that mailbox. Those read receipt may caused some other user read emails for this mailbox.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.


    0 comments No comments