Skip to content

Instantly share code, notes, and snippets.

@moonshiner
Last active August 6, 2023 11:36
Show Gist options
  • Save moonshiner/70377e69d482e7bf3a927d5ac468babb to your computer and use it in GitHub Desktop.
Save moonshiner/70377e69d482e7bf3a927d5ac468babb to your computer and use it in GitHub Desktop.
dmarc-auth definition attempt
5.3. General Record Format
auth: (comma-separated plain-text list of dmarc-methods; OPTIONAL; default is "spf,dkim")
Indicates the supported authentication methods. The order of the list is not significant and
unknown methods are ignored. Possible values are as follows:
dkim: Authenticate with DKIM
spf: Authenticate with SPF
An empty list is a syntax error.
If any listed method passes and is aligned, then DMARC passes.
5.4. Formal Definition
dmarc-method = "dkim" / "spf"
dmarc-auth = "auth" equals dmarc-method *(*WSP "," *WSP dmarc-method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment