on Sat, Mar 16, 2002, Frank Copeland ([EMAIL PROTECTED]) wrote:
> On 14 Mar 02 20:58:12 GMT, Dave Sherohman <[EMAIL PROTECTED]> wrote:
> > On Thu, Mar 14, 2002 at 07:55:24PM +0100, Troels Petersen wrote:
> >> How do I remove frozen messages from the exim queue, messages like :
> >> 
> >> (output from 'exim -bp')
> >> 
> >> 14d  1.7K 16gLfk-0001Ka-00 <> *** frozen ***
> >>           [EMAIL PROTECTED]
> >> 
> >> 13d  1.8K 16gmi6-0001Fb-00 <> *** frozen ***
> >>           [EMAIL PROTECTED]
> >> 
> >> Is there a way to confirm deletion of each message - or just a way
> >> to remove all frozen messages?
> > 
> > exim -Mrm 16gLfk-0001Ka-00 16gmi6-0001Fb-00
> 
> # exim -Mrm `mailq | grep frozen | awk '{ print $3 }'`

I prefer to return them undelivered, on the basis that silent failure a
Bad ThingĀ®:

    $ exim -Mg `mailq | grep frozen | awk '{ print $3 }'`

Peace.

-- 
Karsten M. Self <kmself@ix.netcom.com>    http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?       There is no K5 cabal
  http://gestalt-system.sourceforge.net/         http://www.kuro5hin.org

Attachment: pgpwrEk8aEUye.pgp
Description: PGP signature

Reply via email to