=================== BUG #2529: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2529&group_id=11

Changes by: Mathieu Roy <[EMAIL PROTECTED]>
Date: 2003-Feb-12 23:21 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | ljulliar




=================== BUG #2529: FULL BUG SNAPSHOT ===================


Submitted by: dfeich                  Project: Savannah                     
Submitted on: 2003-Feb-11 16:53
Category:  Bug Tracker                Severity:  5 - Average                
Priority:  None                       Bug Group:  None                      
Resolution:  None                     Assigned to:  ljulliar                
Status:  Open                         Effort:  0.00                         

Summary:  Mail sometimes gets sent to user 100 ([EMAIL PROTECTED])

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' ([EMAIL 
PROTECTED]).

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...



No Followups Have Been Posted


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


Reply via email to