http://bugzilla.spamassassin.org/show_bug.cgi?id=3917
------- Additional Comments From [EMAIL PROTECTED] 2004-11-21 19:02 ------- I changed every print $client and printf $client in spamd into using syswrite and everything works fine, with no other changes required. I don't know how this bypasses the problem I saw with the C winsock test server. Perhaps perl splits up the output sent by syswrite into chunks so as not to send too big a chunk at a time over the socket? In any case it works. Before I put up a patch I would like people's opinions as to whether it is ok to just use syswrite or if it should only be under Cygwin and stay with print if it is not Cygwin. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
