Check SPF include
This commit is contained in:
parent
a64b866cfa
commit
f6a1ea73a2
3 changed files with 160 additions and 46 deletions
|
|
@ -788,8 +788,11 @@ components:
|
|||
items:
|
||||
$ref: '#/components/schemas/MXRecord'
|
||||
description: MX records for the domain
|
||||
spf_record:
|
||||
$ref: '#/components/schemas/SPFRecord'
|
||||
spf_records:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/SPFRecord'
|
||||
description: SPF records found (includes resolved include directives)
|
||||
dkim_records:
|
||||
type: array
|
||||
items:
|
||||
|
|
@ -835,6 +838,10 @@ components:
|
|||
required:
|
||||
- valid
|
||||
properties:
|
||||
domain:
|
||||
type: string
|
||||
description: Domain this SPF record belongs to
|
||||
example: "example.com"
|
||||
record:
|
||||
type: string
|
||||
description: SPF record content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue