I have to add that I just discovered the sort parameters passed in the /usr/bin/zrhosts needs to be changed as well
Modified working copy of the script looks as follow: #!/bin/sh # WARNING: This file was auto-generated. Do not edit! echo 'Recipient hosts One line per recipient host. Information on each line: * sbytes is the number of bytes successfully delivered to this host. * mess is the number of messages sent to this host (success plus failure). * tries is the number of delivery attempts (success, failure, deferral). * xdelay is the total xdelay incurred by this host. ' ( echo sbytes mess tries xdelay host /usr/bin/rhosts | sort -k 5 ) | /usr/bin/columnt Hope that helps. -- Georgi Georgiev Mobile: +359889085362 The heavens declare the glory of God; the skies proclaim the work of his hands. Day after day they pour forth speech; night after night they display knowledge. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org