Attachment is patch to fix this issue, can be used for iRedAdmin-Pro-LDAP-2.1.1, iRedAdmin-Pro-MySQL-1.8.1, iRedAdmin-Pro-PGSQL-1.4.1.
Steps to apply this patch:
1: Download attached patch and upload to your server which has the latest iRedAdmin-Pro running. Assume it's /root/quarantined_page.patch.
2: Backup original file and verify this patch:
# cd /var/www/iredadmin/
# patch --dry-run -p1 < root/quarantined_page.patch
patching file controllers/amavisd/log.py
Hunk #1 succeeded at 147 (offset 1 line).
# cp controllers/amavisd/log.py controllers/amavisd/log.py.bak
It says "succeeded". it's safe to apply.
3: Apply patch without option '--dry-run':
# patch -p1 < /root/quarantined_page.patch
4: Restart Apache service to load patched code.
That's all.