sanjay singh [exim-users] <29/06/01 16:20 +0530>:
> How do I do force delivery of a particular mail if it frozen? I know how to
> force if it is not frozen.
> exim -d4 -Mc msgid
exim -qff -v msgid
(-v = verbose)
However, if it is frozen for some stupidity on the other side (such as a
server that doesnt accept mail from:<>, or it's a virus) then exim -Mrm
`msg-id-pattern' would be the best way to go.
The way to go would be
exim -Mrm `mailq|grep \<\>|cut -c 11-27`
[assuming you want to get rid of _all_ bounces in your queue]