http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5254
------- Additional Comments From [EMAIL PROTECTED] 2006-12-31 02:27 ------- This looks like a bug in spamd. The perldoc for syswrite says that it attempts to write the number of bytes specified by the length paramater and returns undef for error, else the actual number of bytes written. spamd does not check the return value of any of its calls to syswrite and does not try to write out the remaining buffer if syswrite returns after a partial write. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
