Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3842/lib/dspam
Modified Files:
libdspam.c
Log Message:
fixed bug in 3.2 rc1
Index: libdspam.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/libdspam.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- libdspam.c 2 Oct 2004 13:32:45 -0000 1.10
+++ libdspam.c 2 Oct 2004 16:42:35 -0000 1.11
@@ -580,5 +580,4 @@
struct lht_node *node_lht;
struct lht_c c_lht;
- struct _ds_spam_stat stat;
struct tbt *index = tbt_create (); /* Binary tree index */
@@ -1245,5 +1244,5 @@
if (CTX->source == DSS_INOCULATION)
{
- if (stat.innocent_hits < 2 && stat.spam_hits < 5)
+ if (node_lht->s.innocent_hits < 2 && node_lht->s.spam_hits < 5)
node_lht->s.spam_hits += 5;
else
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates