Exim
Administrowanie
http://www.mail-archive.com/exim-users@exim.org/msg20707.html
Well, you could try a delivery with debugging turned on:
exim -d -M {message-id}
You're kidding, right ? Read
http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch05.html
There's all the command line options. The one for deleting is
exim -Mrm (and then a list of message-ids)
You can combine
exim -bpu (which lists the messages in the queue) with grep and awk and whatever
to get a list of the message-ids you want and then use xargs to feed them to





