summaryrefslogtreecommitdiff
path: root/src/zfailures.sh
blob: 91f72abc58d292c8a90fffb2b81ed86a032d4cd0 (plain)
1
2
3
4
5
6
7
8
echo 'Reasons for failure

One line per reason for delivery failure. Information on each line:
* del is the number of deliveries that ended for this reason.
* xdelay is the total xdelay on those deliveries.
'
( echo del xdelay reason
HOME/bin/failures | sort -k2 ) | HOME/bin/columnt | tr _ ' '