Changes between Version 2 and Version 3 of DSPAM Administration


Ignore:
Timestamp:
11/01/06 17:37:00 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DSPAM Administration

    v2 v3  
    1111Issue the following command for filter stats:
    1212{{{
    13 [0 root@sedna root]# dspam_stats 'user'@astro.columbia.edu
    1413
    15 [0 root@sedna root]# dspam_stats 'user'@astro.columbia.edu
    16 cdelacruz@astro.columbia.edu  TP:  1128 TN:  6097 FP:    26 FN:     0 SC:     0 NC:     0
    17 [0 root@sedna root]#
     14[0 root@sedna root]# su - dspam -c 'dspam_stats -H 'user'@astro.columbia.edu'
    1815
    19 
    20 
    21 dspam_stats  displays  the spam filtering statistics for one or all users on the
    22        system. Displays TS (Total Spams), TI (Total Innocent), TM (Total  Spam  Misses)
    23        and  FP  (Total False Positives).  To calculate the total number of spams caught
    24        by DSPAM, subtract TM from TS.
     16'user'@astro.columbia.edu:
     17                TP True Positives:              0
     18                TN True Negatives:              5
     19                FP False Positives:             0
     20                FN False Negatives:             0
     21                SC Spam Corpusfed:              0
     22                NC Nonspam Corpusfed:           0
     23                TL Training Left:            2495
     24                SHR Spam Hit Rate         100.00%
     25                HSR Ham Strike Rate:        0.00%
     26                OCA Overall Accuracy:     100.00%
    2527}}}