Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv19662/include

Modified Files:
        MFilterLang.h 
Log Message:
added test for SpamAssassin tag

Index: MFilterLang.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFilterLang.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- MFilterLang.h       27 Jun 2002 13:37:46 -0000      1.1
+++ MFilterLang.h       30 Jun 2002 23:50:15 -0000      1.2
@@ -19,4 +19,7 @@
 //@{
 
+/// X-Spam-Status: Yes header?
+#define SPAM_TEST_SPAMASSASSIN "spamassassin"
+
 /// does the subject contain too many (unencoded) 8 bit chars?
 #define SPAM_TEST_SUBJ8BIT "subj8bit"
@@ -25,5 +28,5 @@
 #define SPAM_TEST_KOREAN "korean"
 
-/// suspicious X-Authentification-Warning header?
+/// suspicious X-Authentication-Warning header?
 #define SPAM_TEST_XAUTHWARN "xauthwarn"
 



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