qmailanalog comes with a couple of shell scripts like zsenders, zrecipients etc. which contain lines like: ( echo sbytes mess tries xdelay recipient /var/qmail/bin/recipients | sort +4 ) | /var/qmail/bin/columnt The sort command fails because "+4" is interpreted as a filename instead of a column. A (quick-and-dirty) patch can be found here: http://www.korsten.org/misc/qmailanalog-sort.patch
The link appears to be down, but here's another mention of it: http://forum.qmailrocks.org/showthread.php?t=4835 Changing all the +N to -k N+1 worked for me.
(In reply to comment #1) > The link appears to be down, but here's another mention of it: It's up again. > Changing all the +N to -k N+1 worked for me. That's what I did.
*** Bug 277919 has been marked as a duplicate of this bug. ***