mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
when sending tls reports, ensure we use ASCII A-labels, not U-labels in the policy-domain field
This commit is contained in:
@ -235,7 +235,7 @@ func (r ResultJSON) Convert() Result {
|
||||
type ResultPolicy struct {
|
||||
Type PolicyType
|
||||
String []string
|
||||
Domain string
|
||||
Domain string // ASCII/A-labels, ../rfc/8460:704
|
||||
MXHost []string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user