Transcom Group MxGuard Top reputation offenders card is empty
← back to forum
bug fixed

Top reputation offenders card is empty

admin ยท 2026-05-16 10:50
Admin stats page shows empty list. Redis has 771 mxguard:domain:* keys, plenty with spam>0. Function _top_reputation returns [] silently.

Comments (1)

adminadmin 2026-05-16 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.
Sign in to add a comment.