feat(blog): add 'Your agent can't tell who sent that email' - #1012
Open
jiashuoz wants to merge 1 commit into
Open
feat(blog): add 'Your agent can't tell who sent that email'#1012jiashuoz wants to merge 1 commit into
jiashuoz wants to merge 1 commit into
Conversation
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
Adds today's blog post, "Your agent can't tell who sent that email", following the existing blog pattern:
web/src/app/blog/from-is-a-claim/page.mdx- the post (~540 words)web/src/app/blog/posts.ts- registry entry (date 2026-09-07, 3 min read); sitemap picks it up automaticallyAngle
The From line is a claim, not a fact - a support agent that trusts it will hand order data and refunds to anyone who types the right name. The post explains why the real signal is in the delivery checks (SPF / DKIM / aligned DMARC), then walks e2a's per-message evidence:
header_fromvsenvelope_from, the nullableverified_domainDMARC-pass projection, and the fullauthenticationdetail. Includes the README's own limits (DMARC proves the domain, not the local part, person, or content; Reply-To never replacesheader_from) and the webhook-consumer boundary (X-E2A-Signature+construct_eventbefore trusting any field). Fourth post in the rotation: outbound gate -> delivery channels -> content screening -> sender identity. Every claim grounded in the repo README; no competitor named; no efficacy claims.Verification
npm run build(static export) succeeds; the new page prerenders at/blog/from-is-a-claim/blogNot merged - review and merge when ready. Note: prod serves a pinned release, so the post won't be live until a release is cut and promoted.