http://bugzilla.spamassassin.org/show_bug.cgi?id=4302
------- Additional Comments From [EMAIL PROTECTED] 2005-05-04 08:20 -------
Subject: Re: Test t/spamc_optL fails.
Can you try this patch?
Index: spamc/libspamc.c
===================================================================
--- spamc/libspamc.c (revision 167995)
+++ spamc/libspamc.c (working copy)
@@ -1269,18 +1269,9 @@
shutdown(sock, SHUT_RD);
closesocket(sock);
sock = -1;
- return EX_OK;
libspamc_timeout = 0;
- if (m->out_len != m->content_length) {
- libspamc_log(flags, LOG_ERR,
- "failed sanity check, %d bytes claimed, %d bytes seen",
- m->content_length, m->out_len);
- failureval = EX_PROTOCOL;
- goto failure;
- }
-
return EX_OK;
failure:
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.