On Wed, May 05, 2021 at 04:24:01PM +0300, Henrik K wrote: > On Wed, May 05, 2021 at 09:01:15AM -0400, Bill Cole wrote: > > On 2021-05-05 at 04:30:14 UTC-0400 (Wed, 5 May 2021 08:30:14 +0000 (UTC)) > > Rules Report Cron <aut...@sa-vm.apache.org> > > is rumored to have said: > > > > > HTTP get: https://ruleqa.spamassassin.org/1-days-ago?xml=1 > > > HTTP get: https://ruleqa.spamassassin.org/2-days-ago?xml=1 > > > HTTP get: https://ruleqa.spamassassin.org/3-days-ago?xml=1 > > > Invalid \0 character in pathname for ftdir: > > > rulesrc/core\0rulesrc/sandbox at lib/Mail/SpamAssassin.pm line 2010. > > > > That seems BAD but I do not understand what's causing it. > > Ughh.. some kludgy solution of passing multiple paths into single config > variable. > > build/mkupdates/listpromotable: site_rules_filename => join("\000", qw( > rulesrc/core rulesrc/sandbox )), > masses/rule-qa/list-bad-rules: site_rules_filename => join("\000", qw( > rulesrc/core rulesrc/sandbox )), > > Just gonna go with the flow, fixed SpamAssassin.pm..
Though it seems rulesrc/core does not exist anywhere, probably some legacy thing? Will check further and perhaps eliminate all crappy \0 code..