If the exim mail queue is filled with spam, you can remove the email as follows:
Clearing mail queue by running the following command:
# exim -bp | exiqgrep -i | xargs exim -Mrm
http://www.cyberciti.biz/faq/exim-remove-all-messages-from-the-mail-queue/