[exim] Remove "not reached" emails

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: sam wun
Data:  
Para: exim-users
Asunto: [exim] Remove "not reached" emails
Hi,

I found the following command will remove all emails with message "not
reached" from the queue:
exim -bp | awk '{print $3}' | xargs exim -Mrm

Sam