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