Antispam MxGuard Business Bug Fixed

Top reputation offenders card is empty

admin 16 May 2026, 10:50
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.

Sign in with your TDesk account to comment.

← Back to all posts