--- user_mailman_register.module.new	2008-09-16 21:29:04.757225500 -0400
+++ user_mailman_register.module	2008-02-20 17:53:42.000000000 -0500
@@ -103,14 +103,6 @@ function _user_mailman_register_form($ac
                                                     );
     foreach ($lists as $list) {
       if (!_user_mailman_register_list_allowed($list)) {
-			//Check if user is subscribed to $list even though their role doesn't allow it. If so, unsubscribe user from $list.
-			$query = "SELECT * FROM {mailman_users} WHERE uid = %d AND lid = %d AND lstatus > 0";
-			$result = db_query($query, $account->uid, $list['lid']);
-			$subscrip = db_fetch_array($result);
-			if ($subscrip) {
-				//unsubscribe user from this list
-				$msg = _user_mailman_register_subscribe_update($account, $list, '0', $subscrip['lstatus'], $account->mail, NULL);
-			}
         continue;
       }
       $lstatus = 0;
