select user_id, person__name(user_id) as full_name from ml_mailing_list_user_map where list_id = :list_id and subscribed_p = 't'