DKIM2#848
Open
juliebin wants to merge 66 commits into
Open
Conversation
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 86efa82. Configure here.
dkoerichbird
reviewed
Jun 9, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
deepakpn
requested changes
Jun 22, 2026
dkoerichbird
previously requested changes
Jun 22, 2026
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
…t/Momentum#1259) Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
deepakpn
approved these changes
Jun 29, 2026
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.

What Changed
How To Test or Verify
PR Checklist
Below are some checklists to follow for the correct procedure in different circumstance. The first list ("All PRs Checklist") should be followed for ALL PRs. The next 2 are additive to this list depending on what type of PR you are using.
For example: If you are submitting a content change to one of the support documents, your checklist would include the:
If you are submitting a feature addition, enhancement, or bug fix, your checklist would include the:
All PRs Checklist
team-FEorteam-SAZ)Content Changes Checklist
examples/article.mdin the root of the project directory and on the momentum doc's preface articleDevelopment Changes Checklist (some checks are automatic github actions and will not be listed here. ie. "all tests pass")
cypress/directory in the root of the projectNote
Low Risk
Documentation-only changes with no runtime or auth logic; main review risk is accuracy of API names, internal links, and nav anchor paths.
Overview
Adds a new DKIM2 documentation set for Momentum 4, placed alongside the existing DKIM1 articles.
The overview (
content/momentum/4/dkim2.md) explains DKIM2 vs DKIM1,dkim2 {}enablement, Lua policy hooks (validate_data_spool_each_rcpt), key reuse, coexistence with DKIM1/ARC, and a long known limitations section (draft spec risk, lower-hop crypto, DSN, forwarders, BCC/rt=, recipes, AR strings, CRLF config).Child reference pages cover
msys.validate.dkim2.sign(),verify(),ar_clauses(), anddebug_level/ paniclog behavior, with option tables, forwarder/nd=bridge and recipe signing, verify result/reason codes, SMTP guidance, and AR examples.Navigation (
content/momentum/navigation.yml) adds a DKIM2 section under Momentum 4 with links to signing and verifying topics.Reviewed by Cursor Bugbot for commit a1599a1. Bugbot is set up for automated code reviews on this repo. Configure here.