Admin stats page shows empty list. Redis has 771 mxguard:domain:* keys, plenty with spam>0. Function _top_reputation returns [] silently.
1 comment
Transcom
16 May 2026, 11:00
redis Python module wasn't installed in the UI venv — import inside the function raised ImportError which was swallowed by the catch-all except. pip install redis fixed it. Also improved error logging so this kind of silent failure is visible next time.
1 comment
Sign in with your TDesk account to comment.