mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 22:54:38 +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:
@ -320,7 +320,7 @@ export interface Result {
|
||||
export interface ResultPolicy {
|
||||
Type: PolicyType
|
||||
String?: string[] | null
|
||||
Domain: string
|
||||
Domain: string // ASCII/A-labels, ../rfc/8460:704
|
||||
MXHost?: string[] | null
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user