mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 18:04:36 +03:00
when checking domain settings, check that dmarc & tls reporting addresses are present if there is a record
This commit is contained in:
@ -1759,11 +1759,11 @@
|
||||
},
|
||||
{
|
||||
"Name": "RUAs",
|
||||
"Docs": "Aggregate reporting URI, for \"rua=\". \"rua=\" can occur multiple times, each can be a list. Must be URL-encoded strings, with \",\", \"!\" and \";\" encoded.",
|
||||
"Docs": "Aggregate reporting URI, for \"rua=\". \"rua=\" can occur multiple times, each can be a list.",
|
||||
"Typewords": [
|
||||
"[]",
|
||||
"[]",
|
||||
"string"
|
||||
"RUA"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -3903,6 +3903,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "RUA",
|
||||
"Docs": "RUA is a reporting address with scheme and special characters \",\", \"!\" and\n\";\" not encoded.",
|
||||
"Values": null
|
||||
},
|
||||
{
|
||||
"Name": "Mode",
|
||||
"Docs": "Mode indicates how the policy should be interpreted.",
|
||||
|
Reference in New Issue
Block a user