mox/smtpclient
Mechiel Lukkien d1e93020d8
give delivering to mx targets with underscores in name a chance of succeeding
the underscores aren't valid, but have been seen in the wild, so we have a
workaround for them. there are limitations, it won't work with idna domains.
and if the domain has other policies, like mta-sts, the mx host won't pass
either.

after report from richard g about delivery issue, thanks!
2023-10-25 13:01:11 +02:00
..
client.go implement "requiretls", rfc 8689 2023-10-24 10:10:46 +02:00
client_test.go implement "requiretls", rfc 8689 2023-10-24 10:10:46 +02:00
dial.go implement dnssec-awareness throughout code, and dane for incoming/outgoing mail delivery 2023-10-10 12:09:35 +02:00
dial_test.go implement dnssec-awareness throughout code, and dane for incoming/outgoing mail delivery 2023-10-10 12:09:35 +02:00
gather.go give delivering to mx targets with underscores in name a chance of succeeding 2023-10-25 13:01:11 +02:00
gather_test.go simplify dns.MockResolver, changing MockReq to just a string representing the request 2023-10-12 16:07:53 +02:00