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.

This message is to find out if I can post to this mailinglist.
 

Groeten
Geert Stappers
-- 
Leven en laten leven

Reply via email to