[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-dev] [Bug #2529] Mail sometimes gets sent to user 100 (addres
From: |
nobody |
Subject: |
[Savannah-dev] [Bug #2529] Mail sometimes gets sent to user 100 (address@hidden) |
Date: |
Thu, 13 Feb 2003 06:19:57 -0500 |
=================== BUG #2529: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2529&group_id=11
Changes by: Laurent Julliard <address@hidden>
Date: 2003-Feb-13 12:19 (Europe/Paris)
What | Removed | Added
---------------------------------------------------------------------------
Severity | 5 - Average | 3 - Ordinary
Priority | None | Normal
Resolution | None | Fixed
Status | Open | Closed
Effort | 0.00 | 0.50
------------------ Additional Follow-up Comments ----------------------------
Bug fixed on SAvannah and CodeX. Thanks!
Do not notify user 'none' (id 100) when the assignee is changed from 'none' to
sbdy else.
Impacted Files:
www/bugs/bug_utils.php v. 1.36
=================== BUG #2529: FULL BUG SNAPSHOT ===================
Submitted by: dfeich Project: Savannah
Submitted on: 2003-Feb-11 16:53
Category: Bug Tracker Severity: 3 - Ordinary
Priority: Normal Bug Group: None
Resolution: Fixed Assigned to: ljulliar
Status: Closed Effort: 0.50
Summary: Mail sometimes gets sent to user 100 (address@hidden)
Original Submission: If a bug is originally assigned to 'none' is later on
modified and assigned to somebody else, a mail gets sent to user 'none'
(address@hidden).
I think the problem is located in bug_utils.php, function
bug_build_notification_list, in this part:
----
$user_name = $changes['assigned_to']['del'];
if ($user_name) {
$res_oa = user_get_result_set_from_unix($user_name);
$user_id = db_result($res_oa,0,'user_id');
if (!$user_ids[$user_id] && bug_check_notification($user_id,
'ASSIGNEE', $changes)) {
$user_ids[$user_id] = true;
}
}
----
In this case there is no check for the address belonging to user 100.
This has low priority...
Follow-up Comments
*******************
-------------------------------------------------------
Date: 2003-Feb-13 12:19 By: ljulliar
Bug fixed on SAvannah and CodeX. Thanks!
Do not notify user 'none' (id 100) when the assignee is changed from 'none' to
sbdy else.
Impacted Files:
www/bugs/bug_utils.php v. 1.36
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2529&group_id=11