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

    Interface DmarcReason

    A policy_evaluated override reason (why the applied disposition differs from policy).

    interface DmarcReason {
        comment: string | null;
        type: string | null;
    }
    Index

    Properties

    Properties

    comment: string | null
    type: string | null

    e.g. "forwarded", "mailing_list", "sampled_out", "trusted_forwarder", "local_policy".