Skip to content

Instantly share code, notes, and snippets.

@schwindp
Created June 20, 2013 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schwindp/5821545 to your computer and use it in GitHub Desktop.
Save schwindp/5821545 to your computer and use it in GitHub Desktop.
Aus Postfix alle Mails in der Queue entsorgen, die von irgendwas mit "theresiahof" im Absender stammen
mailq|grep theresiahof|awk '{ print $1 }' | tr -d '*!'|postsuper -d -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment