[Rspamd-Users] constant redis/lua errors in rspamd logs
Gerald Galster
list+rspamd at gcore.biz
Thu Dec 12 01:14:26 UTC 2024
> While trying to learn spam/ham messages via rspamc, I've noticed that I *always* get 404 - whether it's spam or ham, whether the messages are new or not. Not sure when exactly that started happening. Other parts of rspamd ecosystem has issues with redis as well (see the bottom of the mail).
>
> The relevant configurations in rspamd are pretty basic:
>
> /etc/rspamd/local.d/redis.conf:
> expand_keys = true;
> servers = "127.0.0.1";
Do you require expand_keys and/or prefix?
If not, try to remove them from config. Stop rspamd and redis, move the *.rdb file elsewhere.
Start redis and rspamd and learn a bunch of spam-/ham mails and see if the error persists.
You could also try redis_cli monitor to see what's going on.
Best regards,
Gerald
More information about the Users
mailing list