1

Topic: bug in throttle.py

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.0
- Deployed with iRedMail Easy or the downloadable installer? dl
- Linux/BSD distribution name and version: deb10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): my
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

hi,

might be a bug:
/opt/iredapd/plugins/throttle.py @632
sql_updates[tracking_id]['cur_quota'] = now
probably should be:
sql_updates[tracking_id]['cur_quota'] = size

cheers

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: bug in throttle.py

Confirmed and fixed moment ago. Thank you very much for the feedback. smile
https://github.com/iredmail/iRedAPD/com … 704b60c531