Re: [exim] -Mrm

Top Page
Delete this message
Reply to this message
Author: David S. Madole
Date:  
To: exim-users
Subject: Re: [exim] -Mrm
From: "Christopher Chaduka" <cchaduka@???>
> On Friday 07 January 2005 16:58, Ron McKeating wrote:
>> is there any way of getting exim -Mrm to delete more than one email.
>> For
>> instance if you want to delete all email in the queue for
>> randomain.net?
>
> $ exiqgrep -r randomain.net -i | xargs -l exim -Mrm


Even better, leave the -1 off of xargs. exim -Mrm will handle multiple
message IDs.

David