rspamd 3.1 shows after start the following messages:
$this->bbcode_second_pass_code('', '
rspamd[6242]: 2021-11-07 14:53:51 #6242(main) <386f7f>; main; main: rspamd 3.1 is loading configuration, build id: release
rspamd[6242]: 2021-11-07 14:53:51 #6242(main) cfg; rspamd_rcl_jinja_handler: cannot call lua jinja_template script: bad light userdata pointer; trace: [1]:{[C]:-1 - match [C]}; [2]:{/usr/share/rspamd/lualib/lupa.lua:7>
rspamd[6242]: 2021-11-07 14:53:51 #6242(main) cfg; rspamd_config_read: failed to load config: ucl parser error: call for external
rspamd.service: Main process exited, code=exited, status=1/FAILURE
')
It seems that there are features in the new rspamd version that cause errors in luajit. Since luajit is an older beta version, this is quite conceivable. I have now downgraded to rspamd 3.0-1 so that it runs again.
Is it possible to change the dependency in the package from luajit to lua?