small fixes

a typo, using ongoing tx instead of making a new one, don't pass literal string
to formatting function.

found while working on quota support.
This commit is contained in:
Mechiel Lukkien
2023-12-16 11:53:14 +01:00
parent dfddf0e874
commit e048d0962b
3 changed files with 3 additions and 3 deletions

View File

@ -1209,7 +1209,7 @@ Ensure a DNS TXT record like the following exists:
addf(&result.Instructions, instr)
}
// Hots TLSRPT
// Host TLSRPT
wg.Add(1)
var hostTLSRPTAddr smtp.Address
if mox.Conf.Static.HostTLSRPT.Localpart != "" {