postsuper manual needs update

Bug #1329561 reported by Stavros Siailis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
postfix (Ubuntu)
New
Undecided
Unassigned

Bug Description

In the url http://manpages.ubuntu.com/manpages/lucid/man1/postsuper.1.html in section

--------
               mailq | tail +2 | grep -v ’^ *(’ | awk ´BEGIN { RS = "" }
                  # $7=sender, $8=recipient1, $9=recipient2
                  { if ($8 == "<email address hidden>" && $9 == "")
                        print $1 }
              ´ | 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 -
-------------

description: updated
description: updated
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Thanks for your report! The postsuper manpage resides in the postfix package; changing affected package accordingly.

affects: ubuntu-docs (Ubuntu) → postfix (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.