Hello,

I'm trying to create new dspam groups in my installation and I think it's not 
working so wel.

I have a main group and I would like merge with the new one, but first I get a 
seg fault just executing:

# dspam_merge -h
syntax: dspam_merge [user1] [user2] ... [userN] [-o user]
Segmentation fault

Then I show the stats of the main group

#dspam_stats -H
mygrp001:
                TP True Positives:                  2205
                TN True Negatives:                  6595
                FP False Positives:                    6
                FN False Negatives:                  202
                SC Spam Corpusfed:                     0
                NC Nonspam Corpusfed:                  0
                TL Training Left:                      0
                SHR Spam Hit Rate                 91.61%
                HSR Ham Strike Rate:               0.09%
                PPV Positive predictive value:    99.73%
                OCA Overall Accuracy:             97.69%

then I merge the new group with the old one, and what I've got is:

#  dspam_merge mygrp001 -o demogrp001
dspam_merge mygrp001 -o demogrp001
Destination user: demogrp001
Merging user: mygrp001
processed 52846 tokens
storing merged tokens...
completed.

#dspam_stats -H
demogrp001:
                TP True Positives:                   496
                TN True Negatives:                  1023
                FP False Positives:                    0
                FN False Negatives:                    0
                SC Spam Corpusfed:                     0
                NC Nonspam Corpusfed:                  0
                TL Training Left:                   1477
                SHR Spam Hit Rate                100.00%
                HSR Ham Strike Rate:               0.00%
                PPV Positive predictive value:   100.00%
                OCA Overall Accuracy:            100.00%

It looks like it is not getting all the records from the old one, and just some 
of them.

This is my conf file of dspam
http://pastebin.com/EM0QfGuQ

I'm not sure if this behaviour is because of the segmentation fault or 
something like this.

Can any one help me?

Thanks & Regards

Manel
                                          
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to