If they do that, then they should specify how to escape literal semicolons so that Robert'); DROP TABLE students;-- doesn't file a discrimination lawsuit.
Or, if they're in a forgiving mood, this will produce one e-mail address per line, regardless of delimited position, (assuming the founders were already on separate lines):
| sed -E 's/^.*[^[:alnum:]\._\-]([[:alnum:]\._\-]+@[[:alnum:]][[:alnum:]\-]+\.[[:alnum:]][[:alnum:]\-\.]*)[^[:alnum:]\-\.].*$/\1/'
| grep -E '^[[:alnum:]\._\-]+@[[:alnum:]][[:alnum:]\-]+\.[[:alnum:]][[:alnum:]\-\.]*$'
...so if someone makes mistakes it is automatically out :-)
Guess the way they chose is the best though.