Detect SPF all mechanism

This commit is contained in:
nemunaire 2025-10-23 13:27:29 +07:00
commit 326abc0744
3 changed files with 65 additions and 27 deletions

View file

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