Conversation
Published _dmarc on the apex plus the RFC 7489 external-destination authorization on abiassi.com, which is the part that is easy to miss — without it reporters silently decline to send aggregate reports to a different domain. Notes that both alignment legs already pass (DKIM d= matches the apex exactly; SPF's send. subdomain aligns under the default relaxed policy), so raising to p=quarantine is safe once ~2 weeks of reports confirm no legitimate sender is failing. Measure-after date set to 2026-08-08.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Docs-only. Records the DMARC records added to DNS on 2026-07-25 (no code change).
What was added to DNS
_dmarc.deepbreathingexercises.comTXTv=DMARC1; p=none; rua=mailto:hi@abiassi.com; fo=1deepbreathingexercises.com._report._dmarc.abiassi.comTXTv=DMARC1Both verified live via
8.8.8.8. DKIM and SPF confirmed unchanged.Both domains are on Vercel DNS under the
amorimferreiras-projectsscope, notdarkmatterai— noted in the backlog because it is not where you would look first.Why p=none
Enforces nothing, so there is no deliverability risk. Both alignment legs already pass:
d=deepbreathingexercises.commatches theFromheader domain exactly.send.deepbreathingexercises.com(Resend custom MAIL FROM) shares an organizational domain with the apex, so it aligns under the default relaxed policy. The apex has no SPF record of its own and does not need one.So
p=quarantinewould not break existing mail. Left atp=noneanyway to gather evidence first rather than assume.Measure after 2026-08-08
Read the aggregate reports at
hi@abiassi.com, confirm every legitimate sending source passes, then raise top=quarantine. Do not jump straight top=reject.