Add DMARC setup documentation to deliverability section#77
Open
ZLeventer wants to merge 2075 commits into
Open
Add DMARC setup documentation to deliverability section#77ZLeventer wants to merge 2075 commits into
ZLeventer wants to merge 2075 commits into
Conversation
added 30 commits
August 13, 2025 23:14
DMARC is the third leg of email authentication (alongside SPF and DKIM) and has been required by Gmail and Yahoo for bulk senders since February 2024. The Marketo docs had pages for SPF and DKIM but no coverage of DMARC at all. This adds a comprehensive DMARC guide covering: - How DMARC works with SPF/DKIM alignment - DNS record structure and tag reference - Policy options (none → quarantine → reject) - Step-by-step rollout sequence to avoid blocking legitimate mail - Marketo-specific alignment considerations (custom DKIM vs shared) - Subdomain inheritance gotcha (sp= policy trap) - Verification and troubleshooting steps Also adds TOC entry and cross-link from the existing SPF/DKIM page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new documentation page for DMARC (Domain-based Message Authentication, Reporting and Conformance) to the Email Marketing > Deliverability section.
Why this matters: The existing docs cover SPF and DKIM but have zero coverage of DMARC — the third leg of email authentication. Since February 2024, Gmail and Yahoo require DMARC records for bulk senders (5,000+ messages/day). Any Marketo user following the current docs to set up email authentication will miss this requirement.
What's included:
none→quarantine→reject) with explanationssp=gotcha that catches enterprises sending from subdomains while the parent domain has strict DMARCFiles changed:
set-up-dmarc-for-your-email.md— new page (189 lines)TOC.md— added entry under Deliverabilityset-up-spf-and-dkim-for-your-email-deliverability.md— added DMARC cross-link to MORELIKETHISTest plan
set-up-spf-and-dkim,set-up-a-custom-dkim-signature,shared-and-dedicated-ip-addresses)[!IMPORTANT],[!CAUTION],[!NOTE],[!TIP]) render with correct styling