You could try populating a list with the text file email addresses first. Then just use a query like this:
Delete from tbl
WHERE email_address In (#valuelist#)
the #valuelist# will be the name of the list. off the top of my head, i can't actually think of the correct syntax, but i have just tried a quick query, not using CF and that worked fine
Tony