Re: [Exim] Deleting from queue not by Message id But By mail…

Top Page
Delete this message
Reply to this message
Author: Wakko Warner
Date:  
To: serhan.turkmenler
CC: exim-users
Subject: Re: [Exim] Deleting from queue not by Message id But By mail adress...
> I want to delete around 10000 messages from my queue which are all
> frozen that look like this
>
> 13h   884 195XHg-000OIc-00  *** frozen ***
>           xxx@???

>
> The mail adress is the same but the Message id keeps changing.
> There is a command to delete the mails by id but How can I delete them
> from mail adress? But I dont want to delete all the frozen messages of
> course....


Check out exiqgrep.

in this case, exiqgrep -i -r xxx@??? | xargs exim -Mrm

You might want to add -z to the exiqgrep line to select only on frozen
messages

--
Lab tests show that use of micro$oft causes cancer in lab animals