I use a program called eMail Bounce Handler (from www.maxprog.com) to generate a list af bad e-mail address bounced to the sender e-mail account.
Then get access to the database via MyLittlesAdmin to delete the bad e-mails this way:
DELETE FROM AccessUser WHERE AccessUserEmail IN ('email1','email2','email3','etc.')