Re: [EXIM] Wiping lots of messages from the queue

Top Page
Delete this message
Reply to this message
Author: Paul Mansfield
Date:  
To: Ben Parker
CC: exim-users
Subject: Re: [EXIM] Wiping lots of messages from the queue
On Tue, 16 Mar 1999, Ben Parker wrote:
> Something like:
>
> grep -l Daemon /var/spool/exim/input
>
> "Give up" on them:
>
> Something like:
>
> exim -Mg


How about using this program:
    ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/Contrib/scripts/one-line-queuelist


and doing 
    one-line-queuelist | grep delete-me | xargs exim -Mrm 


Paul


--
*** Exim information can be found at http://www.exim.org/ ***