mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-09 19:33:35 +00:00
7fa40397c5
Make the SMTP courier fall back to the A record when MX does not exist, as per standard behaviour. This is not implemented nicely, because Go's API does not give a clear signal if the answer was that there are no MX records or something else happens. For now, we implement it with a heuristic that should work pretty reliably, but it's definitely not very nice.