<div dir="ltr">Hi!<div><br></div><div>When the opendmarc_tld_read_file() is called inside opendmarc_policy_library_init(), it's called as:</div><div><br></div><div><div>opendmarc_tld_read_file(Opendmarc_Libp->tld_source_file, "//", "*.", "!")</div></div><div><br></div><div>But when it's called from dmarcf_config_reload(), it's called as:</div><div><br></div><div><div>opendmarc_tld_read_file(new->conf_pslist, "#", NULL, NULL)</div></div><div><br></div><div>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:</div><div><br></div><div>opendmarc_tld_read_file(new->conf_pslist, NULL, "*.", "!")<br></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><br></div></div>