postsuper manual needs update
Bug #1329561 reported by
Stavros Siailis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
postfix (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In the url http://
--------
# $7=sender, $8=recipient1, $9=recipient2
{ if ($8 == "<email address hidden>" && $9 == "")
´ | tr -d ’*!’ | postsuper -d -
----------
Need to be changed as it is not working in ubuntu.
A better approach is to use the code I wrote below for removing mails from one user:
-----------
mailq | grep ^[A-Z\|0-9] | grep "<email address hidden>" | awk '{print $1}' | postsuper -d -
-------------
Thanks for your report! The postsuper manpage resides in the postfix package; changing affected package accordingly.