docs: update sender verification spec to draft 1.0#22
Merged
scourtney-godaddy merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Swaagie
previously approved these changes
Apr 9, 2026
JWS header-only signing over From, Date, Subject, Message-ID, To, Cc, Reply-To, In-Reply-To, and References. Log seals hashes only; full binding travels with the email. Salted hashes for sender addresses in public logs. Strict-mode DNS flag for Tier 1 enforcement. Body hash RECOMMENDED for Tier 1 senders with gateway handling options. DKIM comparison section. Privacy extensions from ANS Trust Index. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a77ab2c to
3028719
Compare
kperry-godaddy
approved these changes
Apr 9, 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.
Summary
Updates SENDER_VERIFICATION_SPEC.md to v1.0 and updates README.md.
The signed header set covers From, Date, Subject, Message-ID, To, Cc,
Reply-To, In-Reply-To, and References. To and Cc prevent replay to
unintended recipients. Reply-To prevents response redirection. In-Reply-To
and References prevent thread hijacking, where an attacker forges a reply
into an existing invoice conversation.
The log seals hashes only. The full binding (public key, owner, constraints)
travels with the email in the Sender-Verification header. Sender addresses
are stored as salted hashes in public logs. A strict-mode DNS flag lets
domains declare that Tier 1 senders must always carry the header.
Body hash is RECOMMENDED for Tier 1 senders. Gateways that see the body
hash can either preserve the body intact or verify the hash before applying
URL rewrites and banners.
Existing PGP key pairs can be registered in the log without generating new
keys. The DKIM comparison section explains what happens when a domain is
compromised under each model. Privacy extensions reference the ANS Trust
Index for query privacy and zero-knowledge freshness.
Test plan
Generated with Claude Code