savannah-dev
[Top][All Lists]
Advanced

[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: Tue, 11 Feb 2003 10:53:35 -0500

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

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

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



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

[Prev in Thread] Current Thread [Next in Thread]