happyDeliver/api
Pierre-Olivier Mercier a65b8084ee dns: add ReturnOK check for sender domain reachability
Verify that the From and Return-Path domains can actually receive replies
and bounces, mirroring Fastmail's authentication_milter ReturnOK handler.
Each domain is checked for MX records, falling back to A/AAAA (implicit MX)
and then to the organizational domain, yielding a pass/warn/fail status.
Adds return_ok to DNSResults, a 10-point DNS sub-score penalty per domain
that is wholly unreachable, and a new "Return Address Reachability" card.
2026-06-06 16:44:24 +09:00
..
config-models.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
config-server.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
openapi.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
schemas.yaml dns: add ReturnOK check for sender domain reachability 2026-06-06 16:44:24 +09:00