You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/11/01 00:23:13 UTC

[Bug 3917] SpamC is reporting "failed sanity check" on some messages

http://bugzilla.spamassassin.org/show_bug.cgi?id=3917





------- Additional Comments From sidney@sidney.com  2004-10-31 15:23 -------
I found the firewall that was holding up my testing -- remnant of a VPN client I
had been using -- and captured the traffic from a test with spamc on a linux box
and spamd running under Cygwin. Ethereal shows that spamd is sending a truncated
message. There are no errors, just a data packet that should not be the last one
and then a FIN packet. A debugging statement showed that $client->close() is
being called in the right place in spamd. I tried adding a $client->flush() and
even a $client->flush(); sleep(5); before the $client->close() to no effect.

The truncated message is not consistent... It does not truncate in the same
place each time and it does not happen every time on identical input.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.