From 8ac56108e5f0a72d1bec0fb4f1fa4763a2479331 Mon Sep 17 00:00:00 2001
|
From: Li xin <lixin.fnst@cn.fujitsu.com>
|
Date: Tue, 2 Dec 2014 06:56:14 +0900
|
Subject: [PATCH] man file mailstat.1 from debian
|
|
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
---
|
debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++
|
1 file changed, 40 insertions(+)
|
create mode 100644 debian/mailstat.1
|
|
diff --git a/debian/mailstat.1 b/debian/mailstat.1
|
new file mode 100644
|
index 0000000..f13265a
|
--- /dev/null
|
+++ b/debian/mailstat.1
|
@@ -0,0 +1,40 @@
|
+.TH MAILSTAT 1
|
+.SH NAME
|
+mailstat \- shows mail-arrival statistics
|
+.SH SYNOPSIS
|
+.B mailstat
|
+[\-klmots] [logfile]
|
+.SH DESCRIPTION
|
+.B mailstat
|
+parses a procmail-generated $LOGFILE and displays
|
+a summary about the messages delivered to all folders
|
+(total size, average size, nr of messages).
|
+The $LOGFILE is truncated to zero length, unless the
|
+.B -k
|
+option is used.
|
+Exit code 0 if mail arrived, 1 if no mail arrived.
|
+.SH OPTIONS
|
+.TP
|
+.I \-k
|
+keep logfile intact
|
+.TP
|
+.I \-l
|
+long display format
|
+.TP
|
+.I \-m
|
+merge any errors into one line
|
+.TP
|
+.I \-o
|
+use the old logfile
|
+.TP
|
+.I \-t
|
+terse display format
|
+.TP
|
+.I \-s
|
+silent in case of no mail
|
+.SH NOTES
|
+Customise to your heart's content, this program is only provided as a
|
+guideline.
|
+.SH AUTHOR
|
+This manual page was written by Santiago Vila <sanvila@debian.org>
|
+for the Debian GNU/Linux distribution (but may be used by others).
|
--
|
1.8.4.2
|