This commit is contained in:
Christoph 2017-11-01 18:44:47 +01:00
commit 4a923a025f

View File

@ -25,8 +25,7 @@ postsuper -d ID
## - Trickreicher wird es wenn man alle Emails von oder zu einer Adresse löschen möchte:
## -
mailq | tail +2 | awk 'BEGIN { RS = "" } / user@huschi\.net$/ { print $1 } ' \
| tr -d '*!' | postsuper -d -
mailq | awk 'BEGIN { RS = "" } / user@huschi\.net$/ { print $1 } ' | tr -d '*!' | postsuper -d -
## - oder auch so:
## -