Update of /cvsroot/mahogany/M/src/modules/spam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1959/src/modules/spam
Modified Files:
DspamFilter.cpp
Log Message:
don't call _ds_destroy_message(), this crashes with dspam 3.2.0
Index: DspamFilter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/spam/DspamFilter.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- DspamFilter.cpp 2 Oct 2004 16:32:44 -0000 1.12
+++ DspamFilter.cpp 24 Oct 2004 00:26:54 -0000 1.13
@@ -53,5 +53,4 @@
~DspamCtx()
{
- _ds_destroy_message(m_ctx->message);
if ( dspam_destroy(m_ctx) != 0 )
{
@@ -277,9 +276,5 @@
bool DspamFilter::DoProcess(const Message& msg, ContextHandler& handler)
{
-#if 0
- DSPAM_CTX& ctx = *GetCtx();
-#else
DspamProcessCtx ctx;
-#endif
if ( !ctx )
return false;
-------------------------------------------------------
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