Hmm, an error check for this could be missing. I will have to look into it.
For now, I recommend using JavaScript in your form. Something like this could work:
<form method=post action=http://yoursite.com/mail/signup.php onsubmit="if(!lists[0]){ alert('You must select at least one list!'); return false; }">
</form>