Hi Stephen Carino,
To resolve the issue where emails sent to your O365 distribution list are being rejected by Gmail due to duplicate Message-IDs, follow these steps:
Address the Message-ID Duplication Issue
Root Cause: Gmail blocks messages with identical Message-ID headers sent in bulk (common with distribution lists). Office 365 typically generates unique Message-ID values, but misconfigurations or third-party tools might override this.
Verify Message-ID Uniqueness:
- Perform a Message Trace in the Microsoft 365 Admin Center.
- Check the headers of rejected emails (use Get-MessageTrace -RecipientAddress user@example.com in PowerShell or inspect headers via Outlook).
- Ensure each recipient receives a unique Message-ID.
Solutions:
- Avoid Custom Message-ID Generators: If using third-party tools or scripts to send emails, ensure they don’t hardcode the Message-ID.
- Test with Smaller Lists: Send emails to a small subset of the distribution list to confirm if the issue persists.
- Contact Microsoft Support: If O365 isn’t generating unique IDs for distribution list emails, escalate to Microsoft.
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.