Geert Stappers: > On Sat, Sep 17, 2016 at 07:55:17PM -0400, Wietse Venema wrote: > > Geert Stappers: > > > > > } wanted > > > > > > mailq | tail -n +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } > > > # $7=sender, $8=recipient1, $9=recipient2 > > > { if ($8 == "u...@example.com" && $9 == "") > > > print $1 } > > > ' | tr -d '*!' | postsuper -d - > > > > > > in the manaul page of postsuper. Current text in manual page has errors. > > > > > > Patches are prepared. > > > > Thanks for spotting the bitrot. > > The 3.2 snapshots have the bitrot repaired. > > Will the successors of stable release 3.1.3 and legacy release 3.0.7 > > it also repaired? > > Or even in 3.1.3 and 3.0.7 ?? :-)
This is not important enough to update documentation retroactively. Wietse