From 89b7b67a13ebb7965cc7f13ad0595e2194a2d34c Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Wed, 3 Jul 2024 15:48:04 +0200 Subject: add sqmail-4.2.29a --- src/zfailures.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/zfailures.sh (limited to 'src/zfailures.sh') diff --git a/src/zfailures.sh b/src/zfailures.sh new file mode 100644 index 0000000..91f72ab --- /dev/null +++ b/src/zfailures.sh @@ -0,0 +1,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 _ ' ' -- cgit v1.2.3