bug
fixed
Top reputation offenders card is empty
bill@transcom.net (Transcom IS) ยท
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)
bill@transcom.net (Transcom IS)admin
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.