source: npl/mailserver/dspam/dspam-3.10.2/man/dspam_stats.1 @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.0 KB
Line 
1.\" $Id: dspam_stats.1,v 1.14 2011/06/28 00:13:48 sbajic Exp $
2.\"  -*- nroff -*-
3.\"
4.\" dspam_stats3.9
5.\"
6.\" Authors:    Jonathan A. Zdziarski <jonathan@nuclearelephant.com>
7.\"             Stevan Bajic <stevan@bajic.ch>
8.\"
9.\" Copyright (C) 2002-2012 DSPAM Project
10.\" All rights reserved
11.\"
12.TH dspam_stats 1  "Apr 17, 2010" "DSPAM" "DSPAM"
13
14.SH NAME
15dspam_stats \- display spam statistics
16
17.SH SYNOPSIS
18.na
19.B dspam_stats
20[\c
21.B \--profile\c
22=PROFILE]\c
23[\c
24.BI \-HhrSst\fR\c
25]
26[\c
27.I username\fR\c
28]
29
30.ad
31.SH DESCRIPTION
32.LP
33.B dspam_stats
34displays the spam filtering statistics for one or all users on the system.
35Displays TP (True Positives (Spam)), TN (True Negatives (Innocent)), FP
36(False Positives), FN (False Negatives), SC (Spam Corpusfed) and NC
37(Nonspam Corpusfed).
38
39.SH OPTIONS
40.LP
41
42.ne 3
43.TP
44.BI \ \--profile= \PROFILE\c
45Specify a storage profile from dspam.conf. The storage profile selected will be used
46for all database connectivity. See dspam.conf for more information.
47
48.ne 3
49.TP
50.BI \-H\fR\c
51Uses multi\-line, human\-readable output displaying the fully\-qualified names for
52each class of totals, instead of their abbreviated terms.
53 
54.ne 3
55.TP
56.BI \-h\fR\c
57Displays help syntax
58
59.ne 3
60.TP
61.BI \-r\fR\c
62Resets the current snapshot
63
64.ne 3
65.TP
66.BI \-s\fR\c
67Displays stats since last snapshot (instead of since epoch)
68
69.ne 3
70.TP
71.BI \-S\fR\c
72Displays accuracy percentages in addition to stats
73
74.ne 3
75.TP
76.BI \-t\fR\c
77Displays a total of all statistics displayed
78
79.ne 3
80.TP
81.BI [username]\c
82Specifies the username to query. If no username is provided, all users will be
83queried.
84
85.SH EXIT VALUE
86.LP
87.ne 3
88.PD 0
89.TP
90.B 0
91Operation was successful.
92.ne 3
93.TP
94.B other
95Operation resulted in an error.
96.PD
97
98.SH COPYRIGHT
99Copyright \(co 2002\-2012 DSPAM Project
100.br
101All rights reserved.
102.br
103
104For more information, see http://dspam.sourceforge.net.
105
106.SH SEE ALSO
107.BR dspam (1),
108.BR dspam_admin (1),
109.BR dspam_clean (1),
110.BR dspam_crc (1),
111.BR dspam_dump (1),
112.BR dspam_logrotate (1),
113.BR dspam_merge (1),
114.BR dspam_train (1)
Note: See TracBrowser for help on using the repository browser.