mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-15 20:33:36 +00:00
9539cfd34d
Currently, if we can't find a mail server for a domain, we consider that a transient failure (semi-accidentally, as we iterate over the (empty) list of MXs and fall through the list). It should be treated as a permanent error, in line with other DNS issues (which is not ideal but seems to be generally accepted behaviour).