Re: [Exim] Frozen messages

Pàgina inicial
Delete this message
Reply to this message
Autor: Oliver Cook
Data:  
A: exim-users
Assumpte: Re: [Exim] Frozen messages
On Thu, Apr 19, 2001 at 10:37:23AM +0200, Tamas TEVESZ wrote:
> On Thu, 19 Apr 2001, Gareth Otte wrote:
>
> > I have discovered that the frozen messages sit in a directory
> > /var/spool/exim/input.
> > The only problem is that it also contains current mail for delivery.
> > My question is, how do I find out what are the actual frozen messages so
> > that I can delete them?
>
> exim -Mrm `exim -bp | grep "\*\*\* frozen \*\*\*$' | cut -b11-26`


Or for a bit of variation:

exim -bpr |grep "*** frozen ***"|awk '{print $3}'|xargs -n1 exim -Mrm

Ollie

-- 
Oliver Cook    Systems Administrator, ClaraNET
ollie@???      020 7903 3000 ext. 291