Some senders publish a strict DMARC policy (set to reject
or quarantine
). When this happens, clean messages may be rejected by your mail server because the “From” address doesn’t align with the server delivering the message. This can impact mail delivery for messages from these senders.
Any of the following solutions can be used to resolve DMARC-related delivery issues:
Our system may automatically enable the DMARC delivery workaround if we detect that your mail server is rejecting messages with a DMARC related error.
When enabled, the DMARC delivery workaround will automatically adjust the message during the delivery process, when they meet the following conditions:
reject
or quarantine
When the above conditions are met, the following changes are made to the message directly before delivery:
Original Message To: Michael Roberts <michael.roberts@example.com> From: Sarah Johnson <sarah.johnson@example.com> ... Subject: Project Update: Q3 Marketing Campaign Progress |
Updated Message To: Michael Roberts <michael.roberts@example.com> From: Sarah Johnson via DMARC workaround <dmarc-workaround@forward.mxthunder.com> Reply-To: Sarah Johnson <sarah.johnson@example.com> Subject: Project Update: Q3 Marketing Campaign Progress |
---|
Technical overview
From
line is switched to a domain that will not fail the DMARC
check
via DMARC workaround
appended for clarityReply-To
header is added that points to the original sender's email address, so replies still go back to the right place.Return-Path
address is changed to one that will pass SPF checks
If you are unable to whitelist the SpamHero's IPs on your mail server or turn off the DMARC enforcement then the DMARC Workaround is the best option at this time.
The DMARC Delivery Workaround can be toggled in the SpamHero control panel (found in Settings > Filtering policies).