[Rspamd-Users] LUA plugins not found after update

Markus Pachali markus at markus-pachali.de
Thu Oct 29 19:07:13 UTC 2020


> On 27. Oct 2020, at 10:28, Alexander Moisseev <moiseev at mezonplus.ru> wrote:
> 
> On 17.10.2020 1:08, Markus Pachali wrote:
>> after upgrading from rspamd 1.9 to 2.6 I’ve discovered the following entries multiple times in /var/log/rspamd/rspamd.log:
>> 2020-10-16 23:34:03 #16040(controller) <31885c>; csession; rspamd_controller_handle_lua_plugin: plugin handler /plugins/selectors/list_extractorss has not been found
>> 2020-10-16 23:34:03 #16040(controller) <69dc1f>; csession; rspamd_controller_handle_lua_plugin: plugin handler /plugins/selectors/list_transformss has not been found
> 
> I guess it happens when you are accessing WebUI via misconfigured reverse proxy which adds extra `s` at the end of the plugins locations.
> 

My reverse proxy config is very straight forward, it just forwards /rspamd to the rspamd controller:
<——snip——>
RewriteEngine on
RewriteRule ^/rspamd$ /rspamd/ [R]
ProxyPreserveHost On
ProxyPass /rspamd http://localhost:11334/
ProxyPassReverse /rspamd http://localhost:11334/ <http://localhost:11334/>
<—— snap——>

I’ll check if the entries only appear in the log file if I have the WebUI open.

Best regards,
Markus 


More information about the Users mailing list