Files
kumomta/crates
Wez Furlong ab80d4ca5f dns: resolve ambiguity of null mx and failed host lookups
Tom "Edge Case" Mairs found an issue where what I think happened
was that the DNS records changed since we first established our
own internal data structures.

When the new set of records doesn't resolve to any A or MX entries
we'd return the same empty list of addresses that we used to signal
a null mx and incorrectly fail the remainder of that queue.

This commit introduces a separate state for the null mx state so that
we can instead delay the queue.
2023-06-19 15:02:23 -07:00
..
2023-03-12 10:59:57 -07:00
2023-04-04 12:36:43 -07:00