Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3360/src/modules
Modified Files:
Filters.cpp
Log Message:
improved filtering messages for whitelisted messages
Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.204
retrieving revision 1.205
diff -b -u -2 -r1.204 -r1.205
--- Filters.cpp 3 May 2006 16:38:06 -0000 1.204
+++ Filters.cpp 25 Jun 2006 14:45:12 -0000 1.205
@@ -3013,9 +3013,5 @@
if ( !gs_spamTest.empty() )
{
- textResult += String::Format
- (
- _("recognized as spam (%s); "),
- gs_spamTest.c_str()
- );
+ textResult << '(' << gs_spamTest << ')';
gs_spamTest.clear();
}
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates