[opendmarc-dev] Possible bug in dmarcf_config_reload function

Federico Omoto federico.omoto at gmail.com
Tue Aug 23 16:10:14 PDT 2016


Cross posting from opendmarc-users:

Hi!

When the opendmarc_tld_read_file() is called inside
opendmarc_policy_library_init(), it's called as:

opendmarc_tld_read_file(Opendmarc_Libp->tld_source_file, "//", "*.", "!")

But when it's called from dmarcf_config_reload(), it's called as:

opendmarc_tld_read_file(new->conf_pslist, "#", NULL, NULL)

I think when it's called from dmarcf_config_reload(), it should be called
as it's done in opendmarc_policy_library_init(), or at least:

opendmarc_tld_read_file(new->conf_pslist, NULL, "*.", "!")

Should I file a bug? Or I'm missing something here?

Thanks,
Federico Omoto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.trusteddomain.org/pipermail/opendmarc-dev/attachments/20160823/f0f108d2/attachment.htm>


More information about the opendmarc-dev mailing list