mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #4597] [Bug]: False Positive Mailbox Quota Alerts due to Missing Statistics #2119
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#2119
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 @STG-Tanner on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4597
Required confirmations before submitting
Issue Description
Mailbox quota alerts may generate false positives for newer mailboxes. Mailbox Statistics (/email/reports/mailbox-statistics) for some newer mailboxes may return 'No data' for Quota and Storage Used statistics. This leads to false positive alerts for criteria 'Alert on % mailbox quota used'. Alerts generated for these mailboxes state "Mailbox is 100% full".
Example Mailbox Statistics:

Environment Type
Sponsored (paying) user
Front End Version
v8.3.2
Back End Version
v8.3.2
Relevant Logs / Stack Trace
@github-actions[bot] commented on GitHub (Sep 3, 2025):
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
Thank you for helping us maintain the project!
@screwlooseit commented on GitHub (Sep 4, 2025):
Hi We are having the same issue as per Screenshots above
@Zacgoose commented on GitHub (Sep 5, 2025):
Thanks, @STG-Tanner we will now do null checks in this alert :)
@KelvinTegelaar commented on GitHub (Sep 7, 2025):
Fixed in dev