Detect SPF all mechanism
This commit is contained in:
parent
a6448a1533
commit
326abc0744
3 changed files with 65 additions and 27 deletions
|
|
@ -867,6 +867,11 @@ components:
|
|||
type: boolean
|
||||
description: Whether the SPF record is valid
|
||||
example: true
|
||||
all_qualifier:
|
||||
type: string
|
||||
enum: ["+", "-", "~", "?"]
|
||||
description: "Qualifier for the 'all' mechanism: + (pass), - (fail), ~ (softfail), ? (neutral)"
|
||||
example: "~"
|
||||
error:
|
||||
type: string
|
||||
description: Error message if validation failed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue