Adjust 'postfix.txt'
This commit is contained in:
parent
16c22e862e
commit
71586049f1
@ -25,8 +25,7 @@ postsuper -d ID
|
|||||||
|
|
||||||
## - Trickreicher wird es wenn man alle Emails von oder zu einer Adresse löschen möchte:
|
## - 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 } ' \
|
mailq | awk 'BEGIN { RS = "" } / user@huschi\.net$/ { print $1 } ' | tr -d '*!' | postsuper -d -
|
||||||
| tr -d '*!' | postsuper -d -
|
|
||||||
|
|
||||||
## - oder auch so:
|
## - oder auch so:
|
||||||
## -
|
## -
|
||||||
|
Loading…
Reference in New Issue
Block a user