Exchange 2016 users receive duplicate message

xhope 221 Reputation points
2023-02-20T10:19:53.5766667+00:00

dear experts,

here is the problem:

1.one user sent a message on 09/02/2023 to 43 users and they all received the message.

  1. all the the above 43 users received the same message again on 20/02/2023

what I have checked:

1.check the user mailbox and confirmed that he didn't send the message again. I checked sent items, deleted items, recoverableitems, only found message with the same subject sent on 09/02/2023

2.checked the message tracking log and found that the messageId of the them are different. Both of the two messages looks good in the log, there is no fail or differ related event in the tracking log.

3.check the application log on the server, there is no email submition related info

I just wondering how the second message was generated and how can I check it further?

Exchange | Exchange Server | Other
Exchange | Exchange Server | Management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2023-02-21T09:09:32.88+00:00

    Hi @xhope,

    Could you share the message tracking logs of the two emails you got?

    You can use the known message id and the following command to display the timestamps of the two emails under each event. If it is convenient to you, share the full log after hiding personal information, it will help us to check the sending time and transmission status of the two emails.

    Get-MessageTrackingLog -MessageId <MessageId> | Select-Object Timestamp,ServerHostname,ClientHostname,Source,EventId,Recipients | Sort-Object -Property Timestamp
    

    MicrosoftTeams-image (57)

    Another idea is to check if there are third-party transport agents or virus scanners installed on the Exchange server, which in some cases also scan outgoing emails.


    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.


  2. Carl 0 Reputation points
    2023-03-10T09:33:13.46+00:00

    Hi,

    I have excatly the same probleme, but the message id is different do u find a solution ?

    Thanks

    0 comments No comments

Your answer

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