Magidoc

DmarcResult
Object

DMARC (Domain-based Message Authentication, Reporting and Conformance) record verification result

Fields

#

currentRecord

The current DMARC record found during verification

errorMessage

Non-null

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

hasError

Non-null

Indicates whether a DNS error occurred during the DMARC lookup

isNative

Non-null

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

isRoot

Non-null

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

policy

Non-null

The DMARC policy value (none, quarantine, reject)

recordDomain

Non-null

The domain where the DMARC record was found

status

Non-null

Verification status: Valid if a recognized policy is present, Missing if no record found

suggestedRecord

The recommended DMARC record configuration

Usages

#

References

#