aws-inventory README still describes coilysiren.me as non-receiving after #961 added SES inbound #970
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#970
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed
terraform/aws-inventory/README.md:57-63still reads:That was accurate after #918. It stopped being accurate at #961 (
feat(dns): SES inbound for one allowlisted agent mailbox), which replaced the record interraform/aws-inventory/main.tf:219with:main.tfcarries a full and correct comment block explaining the reopening and its bounding. The README never followed.Why it matters
The README is the doc a reader opens first for the mail posture. Today it returns the wrong answer on the receiving leg, and a reader who trusts it would conclude the domain rejects all inbound mail when it in fact accepts
coilyco-ops@coilysiren.meintos3://coilysiren-inbound-mail/inbound/.The non-sending half is still correct and should stay: SPF is
v=spf1 -all, DMARC isp=reject; sp=reject, and DKIM is confirmedSigningEnabled: false/Status: NOT_STARTEDagainst the live identity.Acceptance
terraform/aws-inventory/README.mddescribes the current split posture: non-sending, and receiving exactly one allowlisted address via SES inbound to S3 with 30-day expiry. Retirement path back to0 .stays documented.Found while answering a question about whether the SES stack can send outbound. No configuration was changed.