Magidoc

SpfResultSortInput
Input Object

SPF (Sender Policy Framework) record verification result for email authorization

Fields

#

currentRecord

The current SPF record found during verification

errorMessage

DNS error message if an error occurred, otherwise 'No Error'

hasError

Indicates whether a DNS error occurred during the SPF lookup

hasTarvent

Indicates whether the SPF record includes Tarvent's SPF (include:spf.trvt.io)

isNative

Indicates whether the SPF record is native to the domain (not resolved through a CNAME chain)

isRoot

Indicates whether the domain where the record was found is a root/apex domain (cannot use CNAME at root)

policy

The SPF policy mechanism (e.g., ~all, -all, ?all)

recordDomain

The domain where the SPF record was found (may differ from the checked domain if resolved through CNAME or parent domain)

status

Verification status: Valid if SPF includes Tarvent's SPF record, Invalid otherwise

suggestedRecord

The recommended SPF record configuration