Versions in this module Expand all Collapse all v0 v0.0.5 Apr 4, 2022 v0.0.4 Apr 4, 2022 v0.0.3 Apr 4, 2022 v0.0.2 Apr 4, 2022 v0.0.1 Apr 4, 2022 Changes in this version + type ALIGNMENTRULE int + const Relaxed + const Strict + type ARCPolicyValue int + const DMARC_ARC_POLICY_RESULT_FAIL + const DMARC_ARC_POLICY_RESULT_PASS + const DMARC_ARC_POLICY_RESULT_UNUSED + type ARESResult int + const ARES_RESULT_DISCARD + const ARES_RESULT_FAIL + const ARES_RESULT_NEUTRAL + const ARES_RESULT_NONE + const ARES_RESULT_NXDOMAIN + const ARES_RESULT_PASS + const ARES_RESULT_PERMERROR + const ARES_RESULT_POLICY + const ARES_RESULT_SIGNED + const ARES_RESULT_SOFTFAIL + const ARES_RESULT_TEMPERROR + const ARES_RESULT_UNDEFINED + const ARES_RESULT_UNKNOWN + const ARES_RESULT_UNUSED + type DMARCPolicy int + const DMARC_POLICY_ABSENT + const DMARC_POLICY_NONE + const DMARC_POLICY_PASS + const DMARC_POLICY_QUARANTINE + const DMARC_POLICY_REJECT + type DMARCResult int + const DMARC_RESULT_ACCEPT + const DMARC_RESULT_DISCARD + const DMARC_RESULT_QUARANTINE + const DMARC_RESULT_REJECT + const DMARC_RESULT_TEMPFAIL + type DMARC_DNS_RECORD_Policy int + const DMARC_RECORD_P_NONE + const DMARC_RECORD_P_QUARANTINE + const DMARC_RECORD_P_REJECT + const DMARC_RECORD_P_UNSPECIFIED + type Record struct + ADKIM ALIGNMENTRULE + ARC bool + ARCPolicy string + ASPF ALIGNMENTRULE + Action DMARCResult + AlignDKIM bool + AlignSPF bool + EnvFrom string + From string + IPAddr string + JobID string + P DMARC_DNS_RECORD_Policy + PCT int + PDomain string + Policy DMARCPolicy + RUA string + Received time.Time + Reporter string + SP DMARC_DNS_RECORD_Policy + SPF SPF + func (r *Record) WriteTo(w io.Writer) (n int64, err error) + func (r Record) String() string + type SPF = ARESResult + const SPF_RESULT_FAIL + const SPF_RESULT_NONE + const SPF_RESULT_PASS + const SPF_RESULT_PERMERROR + const SPF_RESULT_TEMPFAIL + const SPF_RESULT_UNDEFINIED