[exim] Remove "not reached" emails

Page principale
Supprimer ce message
Répondre à ce message
Auteur: sam wun
Date:  
À: exim-users
Sujet: [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