On Wed, 2009-04-15 at 15:51 -0400, Rick Duval wrote:
> exim -C /etc/exim/exim_send.conf -bpr | grep frozen | awk {'print $3'}
> | xargs exim -Mrm
> 
> It gave the following 23 times:
> 
> Spool read error for 1LrpM1-0001yE-2u-H: No such file or directory
> Continuing to ensure all files removed
> Message 1LrpM1-0001yE-2u has been removed or did not exist

You need the last bit of the pipe to be:

... | exim -C /etc/exim/exim_send.conf -Mrm

Otherwise exim is trying to remove from the other queue.

Graeme


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to