mox/dns
Mechiel Lukkien 74dab5fc39
fix sending to address where the domain does not have an mx record (but where we should connect directly to the host, or follow cname records)
such deliveries would fail because a canceled "context" was reused, so the dns
lookups would fail.

the tests didn't catch it before because they ignored their context parameters.
2023-04-24 10:34:19 +02:00
..
dns.go when logging email addresses with IDNA domain and/or special characters or utf8 in localpart, log both native utf8 form and form with escape localpart and ascii-only domain 2023-03-09 20:18:34 +01:00
dns_test.go mox! 2023-01-30 14:27:06 +01:00
ipdomain.go when logging email addresses with IDNA domain and/or special characters or utf8 in localpart, log both native utf8 form and form with escape localpart and ascii-only domain 2023-03-09 20:18:34 +01:00
mock.go fix sending to address where the domain does not have an mx record (but where we should connect directly to the host, or follow cname records) 2023-04-24 10:34:19 +02:00
resolver.go mox! 2023-01-30 14:27:06 +01:00