mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-04 18:08:16 +00:00
de462b4fe0
Following on from the previous commit, there were two cases where we'd pick up the unicode human readable version of a punycode encoded domain name instead of the retaining the punycode text. One for the domain_name field, and the other for the synthesized set of MX hosts that we create when the domain has no explicit A records in its DNS. This commit fixes that.