Currently this is only possible with a custom query through a tool like PhpMyAdmin (example for list 1).
update lm_users set cnf = '0' where list = '1' and cnf = '1';
After that you would set up a User Selection to send to all Unconfirmed users, and manually send a confirmation email that includes a "Confirm Link" message code, ie !confirm.
Regards