Re: help

Top Page
Delete this message
Reply to this message
Author: Dom Mitchell
Date:  
To: T. William Wells
CC: exim-users
Subject: Re: help
On 15 October 1997, T. William Wells proclaimed:
> In article <Pine.GSO.3.95.971015163835.6678A-100000@???>,
> A.J.Evans <ajev@???> wrote:
> : It is possible to delete hundreds of messages from the queue in one go
> : using the -Mrm option or some other option?
>
> xargs exim -Mrm <file
>
> is a convenient way to do this, if you have xargs. In any case, I
> expect the only real limit on the number of arguments is your
> operating system and shell.


I find it very convenenient to do things like this:

# cd ~exim/spool/msglog
# egrep -l site | xargs exim -v -M

Basically, using the msglog directory as a database.

-Dom

--
* This is sent by the exim-users mailing list.  To unsubscribe send a
    mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/