You could use command below to check for it:
Get-TransportService | Get-MessageTrackingLog -Start "9/01/2022 09:00:00" -End "9/13/2022 09:10:00" -Recipients DL@domain.com -EventId RECEIVE -Source SMTP | select Sender
Please note, Message Tracking Log only could check logs within 30 days by default.
Get-TransportService | fl MessageTrackingLogMaxAge
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.