mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #2183] Free quota doesn't upgrade when emails are deleted #1537
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bpincaro on GitHub (Feb 20, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2183
Impacted versions
1.17.0
Steps to reproduce
Current behavior
Quota keeps inflating even when emails are deleted
Configured my mail client, everything almost works as expected (can send and receive mails) except for the fact that the quota keeps inflating. Deleting emails doesn't free some space as it was supposed to. Tried also on the webmail platform, deleted the mails in quarantine there, everything stayed the same... quota haven't changed!!!!
Checked the DB, table admin_quota, it doesn't update on emails delete only on new mails received. Is it normal? I'm guessing this is the problem.
Expected behavior
Freeing quota on emails deletion
Video/Screenshot link (optional)
@kryskool commented on GitHub (Feb 24, 2021):
hi @bpincaro
Hev you try to recompute quota ?
regards,
@bpincaro commented on GitHub (Feb 24, 2021):
Hi @kryskool ,
no, hadn't done it yet...
Guess it worked running the command!!! All seems to be working for now!
Thanks.