[Rspamd-Users] Some Mails not showing in WebGUI History
Alexander Moisseev
moiseev at mezonplus.ru
Mon Jun 16 17:30:29 UTC 2025
On 16.06.2025 18:26, Tino Hendricks via Users wrote:
> Hi list,
>
> some mails don’t show up in the fine WebGUI’s history list.
> I can find them correctly handled in the rspamd.log.
>
> The only issue I can think of is a maxmemory error I had at the same time with redis.
> Does the WebGUI rely on redis?
>
Exactly – "History" pulls straight from Redis, so if Redis hit its maxmemory limit those messages disappear from the GUI even though they’re in rspamd.log. To fix it, raise Redis’s maxmemory and/or lower the history_redis nrows.
But most likely Redis filled up with other module data (e.g. Bayesian statistics). In that case, enable and tune the bayes_expiry module per the docs.
More information about the Users
mailing list