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

Modified Files:
        M.vcproj 
Log Message:
1. renamed dspam.cpp to DspamFilter.cpp
2. moved built in heuristic headers-based spam filter to HeadersFilter
3. added SpamFilter::Train() and implemented it for dspam
4. renamed SpamFilter::ReclassifyAsSpam() to Reclassify(), added
   DECLARE_SPAM_FILTER() macro and changed CheckIfSpam() to return a
   string explaining why the message was deemed to be a spam


Index: M.vcproj
===================================================================
RCS file: /cvsroot/mahogany/M/M.vcproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- M.vcproj    8 Jul 2004 15:24:43 -0000       1.8
+++ M.vcproj    10 Jul 2004 20:26:45 -0000      1.9
@@ -643,5 +643,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -652,5 +651,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -664,5 +662,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -673,5 +670,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -685,5 +681,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -694,5 +689,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -706,5 +700,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -715,5 +708,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -727,5 +719,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -736,5 +727,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -748,5 +738,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -757,5 +746,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -769,5 +757,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -778,5 +765,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -790,5 +776,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED,SWIG_GLOBAL"
-                                                                       
ExceptionHandling="TRUE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -799,5 +784,4 @@
                                                                        
Name="VCCLCompilerTool"
                                                                        
PreprocessorDefinitions="STATIC_LINKED,SWIG_GLOBAL"
-                                                                       
ExceptionHandling="FALSE"
                                                                        
UsePrecompiledHeader="0"
                                                                        
WarningLevel="1"/>
@@ -1175,10 +1159,11 @@
                                        Filter="">
                                        <File
-                                               
RelativePath=".\src\modules\spam\dspam.cpp">
+                                               
RelativePath=".\src\modules\spam\DspamFilter.cpp">
                                                <FileConfiguration
                                                        Name="Debug|Win32">
                                                        <Tool
                                                                Name="VCCLCompilerTool"
-                                                               
AdditionalIncludeDirectories="lib/dspam"/>
+                                                               
AdditionalIncludeDirectories="lib/dspam"
+                                                               
PreprocessorDefinitions="HAVE_CONFIG_H"/>
                                                </FileConfiguration>
                                                <FileConfiguration
@@ -1186,7 +1171,11 @@
                                                        <Tool
                                                                Name="VCCLCompilerTool"
-                                                               
AdditionalIncludeDirectories="lib/dspam"/>
+                                                               
AdditionalIncludeDirectories="lib/dspam"
+                                                               
PreprocessorDefinitions="HAVE_CONFIG_H"/>
                                                </FileConfiguration>
                                        </File>
+                                       <File
+                                               
RelativePath=".\src\modules\spam\HeadersFilter.cpp">
+                                       </File>
                                </Filter>
                        </Filter>



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to