@koduhai/dmarc-parser
    Preparing search index...

    Interface SpfAuthResult

    A single SPF authentication result from a record's auth_results.

    interface SpfAuthResult {
        domain: string | null;
        result: string | null;
        scope: string | null;
    }
    Index

    Properties

    Properties

    domain: string | null
    result: string | null
    scope: string | null