<div dir="ltr">Cross posting from opendmarc-users:<div><br></div><div><div>Hi!</div><div><br></div><div>When the opendmarc_tld_read_file() is called inside</div><div>opendmarc_policy_library_init(), it's called as:</div><div><br></div><div>opendmarc_tld_read_file(Opendmarc_Libp->tld_source_file, "//", "*.", "!")</div><div><br></div><div>But when it's called from dmarcf_config_reload(), it's called as:</div><div><br></div><div>opendmarc_tld_read_file(new->conf_pslist, "#", NULL, NULL)</div><div><br></div><div>I think when it's called from dmarcf_config_reload(), it should be called</div><div>as it's done in opendmarc_policy_library_init(), or at least:</div><div><br></div><div>opendmarc_tld_read_file(new->conf_pslist, NULL, "*.", "!")</div><div><br></div><div>Should I file a bug? Or I'm missing something here?</div><div><br></div><div>Thanks,</div><div>Federico Omoto</div></div><div><br></div></div>