Re: update on postsuper manual page

2016-10-09 Thread Wietse Venema
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


Re: update on postsuper manual page

2016-10-09 Thread 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 ??:-)


Groeten
Geert Stappers
-- 
Leven en laten leven


Re: update on postsuper manual page

2016-09-17 Thread Wietse Venema
Geert Stappers:
> 
> Hi,
> 
> My goal is to have
> 
>   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.

Wietse