From f5b8c64b8462c2b66c744eae720c21be0b79d888 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Mon, 9 Jun 2025 10:00:53 +0200 Subject: [PATCH] fix typo's --- admin/dnsrecords.go | 2 +- dnsbl/dnsbl.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/dnsrecords.go b/admin/dnsrecords.go index 6287d17..179cc19 100644 --- a/admin/dnsrecords.go +++ b/admin/dnsrecords.go @@ -212,7 +212,7 @@ func DomainRecords(domConf config.Domain, domain dns.Domain, hasDNSSEC bool, cer records = append(records, "; Remote servers can use MTA-STS to verify our TLS certificate with the", "; WebPKI pool of CA's (certificate authorities) when delivering over SMTP with", - "; STARTTLSTLS.", + "; STARTTLS.", fmt.Sprintf(`mta-sts.%s. CNAME %s.`, d, h), fmt.Sprintf(`_mta-sts.%s. TXT "v=STSv1; id=%s"`, d, sts.PolicyID), "", diff --git a/dnsbl/dnsbl.go b/dnsbl/dnsbl.go index cb10a39..6aeb60d 100644 --- a/dnsbl/dnsbl.go +++ b/dnsbl/dnsbl.go @@ -10,7 +10,7 @@ // looked up with an DNS "A" lookup of a name similar to an IPv4 address, but with // 4-bit hexadecimal dot-separated characters, in reverse. // -// The health of a DNSBL "zone" can be check through a lookup of 127.0.0.1 +// The health of a DNSBL "zone" can be checked through a lookup of 127.0.0.1 // (must not be present) and 127.0.0.2 (must be present). package dnsbl