Skip to content

Instantly share code, notes, and snippets.

@ruslankonev
Created May 30, 2014 13:48
Show Gist options
  • Save ruslankonev/d2e6fe41831f34ed8bd7 to your computer and use it in GitHub Desktop.
Save ruslankonev/d2e6fe41831f34ed8bd7 to your computer and use it in GitHub Desktop.
Clear Filed Mails from postfix and send to email
postqueue -p | egrep '\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b' > failsmail.txt
echo "filed mails" | mail -a failsmail.txt -s "SPAM emails" career2012.content@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment