Skip to content

Instantly share code, notes, and snippets.

@shoaibali
Created September 4, 2014 03:51
Show Gist options
  • Save shoaibali/5fea73157af53b189ef3 to your computer and use it in GitHub Desktop.
Save shoaibali/5fea73157af53b189ef3 to your computer and use it in GitHub Desktop.
remove spam from mailq
mailq|fgrep [email protected]|sed 's/\*.*//' | awk '{print $1}' | postsuper -d -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment