in reply to Maximum # of concurrent runs

A question
1) will any one of the processes clean up the entire mail queue, or does each process clean up a single defined message?

An option is to fire off a process that will append the mail id to a queue, or database table as email is recieved, then have a single removal process running that will work on email based on the queue entries, deleting queue entries upon completion.

Enjoy!
John