[exim] Remove "not reached" emails

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: sam wun
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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