Closed
Bug 74529
Opened 24 years ago
Closed 24 years ago
Problem with bugmail filtering
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.12
People
(Reporter: jacob, Assigned: tara)
Details
Attachments
(1 file)
631 bytes,
patch
|
Details | Diff | Splinter Review |
Yikes. There was a slight logic error in the last checkin to processmail (bug
71798). Basically, a missing ! is causing some bugmail to be supressed.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
This is causing some bugmail to be incorrectly filtered and should be fixed ASAP.
Keywords: patch
Priority: -- → P1
Summary: Problem with bugmail. → Problem with bugmail filtering
Target Milestone: --- → Bugzilla 2.12
Comment 3•24 years ago
|
||
please ignore... testing b.m.o performance
Comment 4•24 years ago
|
||
testing again, after backign b.m.o back from Mon Apr 2 17:38:59 PDT 2001
to Mon Mar 19 22:49:48 PST 2001
Comment 5•24 years ago
|
||
OK, so what's happening here is that under the current code if you make one and
only one change, bugmail isn't sent for a comment unless that change is the bug
is resolved. When it should in fact be the opposite... that Comment is not
added to the list of things changed if the only change is that the bug is
resolved.
Looks like this patch accomplishes changing that.
r= dave@intrec.com
Comment 6•24 years ago
|
||
This is a test...
Comment 7•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.11 → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•