As a guide, you can check out the Ning conversion plugin:
https://wordpress.org/plugins/import-from-ning/
Which converts Ning to BuddyPress, but you’ll also have to worry about two things:
1) Converting your listserv to forums – Check out the bbPress plugin, which comes bundled conversion scripts:
https://bbpress.trac.wordpress.org/browser/tags/2.3.2/includes/admin/converters
You’ll probably have to write your own conversion script to properly convert your listserv over to bbPress.
2) Setting mail preferences – Look into the Group Email Subscription plugin, which handles group email. In particular, check out the ass_group_subscription() function to set a user’s subscription level.
Hope that helps.