spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Connection timed out


From: Herbert Straub
Subject: Re: Connection timed out
Date: Wed, 09 Jun 2004 08:23:51 +0200 (CEST)
User-agent: IMP/PHP IMAP webmail program 2.2.6

Quoting Don Armstrong <address@hidden>:

> Make sure too that you're using the newest version of the
> spamass-milter debian package... should be 0.2.0-6.

I had used the 0.2.0-5 Version and there is one (important) difference to 
0.2.0-6:

diff -u ../spamass-milter-0.2.0/spamass-milter.cpp 
spamass-milter-0.2.0/spamass-milter.cpp
--- ../spamass-milter-0.2.0/spamass-milter.cpp  Wed Sep 24 08:08:45 2003
+++ spamass-milter-0.2.0/spamass-milter.cpp     Thu Jun 26 17:10:44 2003
@@ -351,12 +351,6 @@
   string::size_type eoh = ( eoh1 < eoh2 ? eoh1 : eoh2 );
   string::size_type bob = assassin->d().find_first_not_of("\r\n", eoh);

-  // Patch by Valentin Chopov <address@hidden> to fix segfault on
-  // empty body
-  if (bob == string::npos) {
-    bob = assassin->d().size();
-  }
-
   update_or_insert(assassin, ctx, assassin->spam_flag(),
&SpamAssassin::set_spam_flag, "X-Spam-Flag");
   update_or_insert(assassin, ctx, assassin->spam_status(),
&SpamAssassin::set_spam_status, "X-Spam-Status");

I will follow your instructions and we will see, if the error come again.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]