Home
last modified time | relevance | path

Searched refs:auth_spf_domain (Results 1 – 1 of 1) sorted by relevance

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c119 char auth_spf_domain[MAX_ITEM_NAME_LEN]; in opendmarc_xml() local
134 (void) memset(auth_spf_domain, '\0', sizeof auth_spf_domain); in opendmarc_xml()
232 (void) strlcat(obuf, auth_spf_domain, sizeof obuf); in opendmarc_xml()
259 (void) memset(auth_spf_domain, '\0', sizeof auth_spf_domain); in opendmarc_xml()
415 if (*auth_spf_domain == '\0') in opendmarc_xml()
416 (void) strlcpy(auth_spf_domain, cp, sizeof auth_spf_domain); in opendmarc_xml()
419 (void) strlcat(auth_spf_domain, "|", sizeof auth_spf_domain); in opendmarc_xml()
420 (void) strlcat(auth_spf_domain, cp, sizeof auth_spf_domain); in opendmarc_xml()