Home
last modified time | relevance | path

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

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_spf.c1034 dp = spfctx->mailfrom_domain; in opendmarc_spf_ptr_domain()
1119 (void) opendmarc_spf_reverse(spfctx->mailfrom_domain, scratch, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1121 (void) strlcpy(scratch, spfctx->mailfrom_domain, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1151 (void) opendmarc_spf_reverse(spfctx->mailfrom_domain, scratch, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1153 (void) strlcpy(scratch, spfctx->mailfrom_domain, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1292 if (spfctx->mailfrom_domain[0] == '\0') in opendmarc_spf_parse()
1300 (void) strlcpy(spfctx->mailfrom_domain, spfctx->helo_domain, sizeof spfctx->mailfrom_domain); in opendmarc_spf_parse()
1323 (void) strlcpy(stack[s].domain, spfctx->mailfrom_domain, MAXDNSHOSTNAME); in opendmarc_spf_parse()
2040 (void) memset(spfctx->mailfrom_domain, '\0', sizeof spfctx->mailfrom_domain); in opendmarc_spf_specify_mailfrom()
2041 (void) strlcpy(spfctx->mailfrom_domain, cp, sizeof spfctx->mailfrom_domain); in opendmarc_spf_specify_mailfrom()
[all …]
H A Dopendmarc_internal.h258 char mailfrom_domain[256]; member
274 char mailfrom_domain[256]; member