Wednesday, January 5, 2011

Remove All Bounces From The Exim Queue

exim -bp | grep '<>' | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash

No comments:

Post a Comment