mx.null_mx

Null MX (Domain Does Not Accept Email)

What we check

We check for a single MX record with priority 0 and target . (a single dot). This is the Null MX mechanism defined in RFC 7505 — a deliberate declaration that the domain does not accept email.

What this finding means

The domain has published a valid Null MX record. This is a positive signal: the domain has explicitly declared that it does not accept inbound email, and sending servers should not attempt delivery. Messages addressed to this domain are rejected immediately rather than queued and bounced later.

Why it matters

Evidence example

$ dig +short MX example.com
0 .
Domain explicitly declares it does not accept email (RFC 7505 Null MX)

References