#4001·Mailu

Override Rspamd lua file

Author: saschaludwigCreated Mar 8, 2026Updated Mar 8, 2026

I want to add this to my mailu rspamd: https://forum.howtoforge.com/threads/rspamd-filter-for-google-groups-spam.94624/

But I am struggling with getting it to work. It looks like the .lua and the .conf file are ignored my rspamd in Mailu when placed in /mailu/overrides/rspamd/

root@mailu:/mailu/overrides/rspamd# ls -lah
drwxr-xr-x 2 root root 4.0K Mar  9 00:36 .
drwxr-xr-x 7 root root 4.0K Feb 15  2025 ..
-rw-r--r-- 1 root root  369 Mar  8 23:15 composite.conf
-rw-r--r-- 1 root root   65 Mar  8 23:14 kits_header_google_group.conf
-rw-r--r-- 1 root root  659 Mar  8 23:14 kits_header_google_group.lua

Is there a bug in the override logic or am I simply "holding it wrong"?