Quick fix for this as it look like it got reverted at some point. admin/dosendemail.php. Line 100 looks like this:

Code
$mailer->ubbt_mail($bogus,'',false,$bcc_list);

That should be:

Code
$mailer->ubbt_mail($bogus,'',false,$bcc);