when sending tls reports, ensure we use ASCII A-labels, not U-labels in the policy-domain field

This commit is contained in:
Mechiel Lukkien
2024-01-24 10:36:20 +01:00
parent 14aa85482e
commit 62be829df0
5 changed files with 64 additions and 60 deletions

View File

@ -2649,7 +2649,7 @@
},
{
"Name": "Domain",
"Docs": "",
"Docs": "ASCII/A-labels, ../rfc/8460:704",
"Typewords": [
"string"
]

View File

@ -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
}