diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/mailstat.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/mailstat.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/mailstat.1 b/upstream/opensuse-leap-15-6/man1/mailstat.1 new file mode 100644 index 00000000..2db5e356 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/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@ctv.es> +for the Debian GNU/Linux distribution (but may be used by others). |