Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21925

Modified Files:
        libdspam_objects.h 
Log Message:
updated to latest version from dspam cvs, fixes undefined DSF_UNLEARN err

Index: libdspam_objects.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/libdspam_objects.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- libdspam_objects.h  2 Oct 2004 13:32:45 -0000       1.7
+++ libdspam_objects.h  6 Oct 2004 19:35:39 -0000       1.8
@@ -318,4 +318,5 @@
  *      DSF_WHITELIST          Use automatic whitelisting logic
  *      DSF_MERGED             Merge user/group data in memory
+ *      DSF_UNLEARN            Unlearn the message
  *
  *  locked (output)
@@ -339,4 +340,5 @@
   int          classification;  /* DSR_ */
   int          source;          /* DSS_ */
+  int          learned;         /* Did we actually learn something? */
   u_int32_t    flags;
 
@@ -362,4 +364,5 @@
 #define DSF_MERGED             0x20
 #define DSF_SBPH               0x40
+#define DSF_UNLEARN            0x80
 
 /* Operating Modes */



-------------------------------------------------------
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

Reply via email to