yet another notes to myself
Tuesday, November 21, 2006
 
Cleaning up exim4 junk queue
Sometimes your exim4 queue full of junk email, you can remove it by this command


exim4 -bpr | more
exim4 -bpr | grep [filter-to-get-the-correct-queue] | awk '/^ *[0-9]+[mhd]/{print "exim4 -Mrm " $3}' | sh

Comments: Post a Comment

<< Home

Powered by Blogger