[opendmarc-users] Possible bug in dmarcf_config_reload function
Federico Omoto
federico.omoto at gmail.com
Mon Aug 22 20:38:40 PDT 2016
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-users/attachments/20160823/0600c341/attachment.htm>
More information about the opendmarc-users
mailing list