Closed
Bug 1092037
Opened 10 years ago
Closed 10 years ago
backport bug 1062739 to bmo (add the ability for administrators to limit the number of emails sent to a user per minute and hour)
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
backport bug 1062739 to bmo (add the ability for administrators to limit the number of emails sent to a user per minute and hour).
it's a straight backport but involves a schema change so needs to be committed in two parts.
schema only:
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
b532ec3..2090798 master -> master
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
300d1ba..7dc675f master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
two issues found following the push:
- non-bugmail was failing with: "Can't call method "header" on unblessed reference at Bugzilla/Mailer.pm line 95."
- error_count in the queue report was showing the jobid instead
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
32e6ac3..7fdcd8e master -> master
You need to log in
before you can comment on or make changes to this bug.
Description
•