Author: Wakko Warner Date: To: Terry Shows CC: Jonathan Vanasco, exim-users Subject: Re: [Exim] (how does one ) remove items from the queue ?
> Here is another way just to remove frozen messages ONLY from the queue >
> --------------- rm_frozen.sh-------------------
> #! /bin/sh
> PATH=$PATH:/usr/exim/bin
> export PATH
> mailq | fgrep '*** frozen ***' | awk '{print $3}' | xargs exim -Mrm
> ---------------------------------------------
How about this one:
exiqgrep -zi | xargs exim -Mrm
--
Lab tests show that use of micro$oft causes cancer in lab animals