RE: [exim] how to delete "dead" emails

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: jori.hamalainen
Dátum:  
Címzett: exim-users
Tárgy: RE: [exim] how to delete "dead" emails

> try this command
> exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh


I am not expert in AWK but I think this would remove also non-frozen messages in queue?