Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv26422/include

Modified Files:
        MFilterLang.h Moptions.h 
Log Message:
Simple whitelist support

Index: MFilterLang.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFilterLang.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- MFilterLang.h       2 Apr 2003 23:53:44 -0000       1.6
+++ MFilterLang.h       26 Sep 2003 09:33:43 -0000      1.7
@@ -46,4 +46,7 @@
 #define SPAM_TEST_MIME "badmime"
 
+/// no address in whitelist?
+#define SPAM_TEST_WHITE_LIST "whitelist"
+
 /// blacklisted by the RBL?
 #define SPAM_TEST_RBL "rbl"

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -b -u -2 -r1.79 -r1.80
--- Moptions.h  22 Sep 2003 23:49:42 -0000      1.79
+++ Moptions.h  26 Sep 2003 09:33:43 -0000      1.80
@@ -413,4 +413,5 @@
 extern const MOption MP_AWAY_STATUS;
 extern const MOption MP_CREATE_INTERNAL_MESSAGE;
+extern const MOption MP_WHITE_LIST;
 
 // ----------------------------------------------------------------------------
@@ -1229,4 +1230,7 @@
 #define MP_CREATE_INTERNAL_MESSAGE_NAME   "CreateInternalMessage"
 
+/// name of addressbook to use in whitelist spam filter
+#define MP_WHITE_LIST_NAME "WhiteList"
+
 //@}
 
@@ -2229,4 +2233,7 @@
 /// stop "folder internal data" message
 #define MP_CREATE_INTERNAL_MESSAGE_DEFVAL   1
+
+/// name of addressbook to use in whitelist spam filter
+#define MP_WHITE_LIST_DEFVAL "whitelist.adb"
 
 //@}



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to