Brian Morrison wrote:
I'm using Exim 4.43, with exiscan-acl-4.43-28, and all of my incoming
mail has the added X-Scan-Signature header that Exim adds in there to
show that the scanning occurred. I have seen no indication that this is
not happening and I can find nothing in my mail or Exim logs that
suggests a problem exists. So far I have had not trouble with any of the
0.80rc series up to and including rc4.

I'm running the Exim/Exiscan package that comes with Fedora Core 2 (Exim-4.33 with exiscan-acl-4.33-20).


I've just compared the clamd code between exiscan-acl-4.33-20 and exiscan-acl-4.33-28 and found the following (which looks like it could be the cause of the problem):

--- exiclam.old 2004-10-13 21:04:43.036454125 +0100
+++ exiclam.new 2004-10-13 21:04:08.433816809 +0100
@@ -87,8 +87,14 @@
 +        return DEFER;
 +      }
 +
-+      /* we're done sending, close socket for writing */
-+      shutdown(sock, SHUT_WR);
++      /*
++        We're done sending, close socket for writing.
++
++        One user reported that clamd 0.70 does not like this any more ...
++
++      */
++
++      /* shutdown(sock, SHUT_WR); */
 +
 +      /* Read the result */
 +      memset(av_buffer, 0, sizeof(av_buffer));


Phil

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to