blob: 34996b256d1736444a990c6f83a16620306b3cf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
.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).
.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).
|