Linux Deleting from postfix queue by regex 19. January 2016 danman Leave a comment postqueue -p | tail -n +2 | awk 'BEGIN { RS = "" } / baddab@spammer.com/ { print $1 }' | tr -d '*!' | postsuper -d -