http://bugzilla.spamassassin.org/show_bug.cgi?id=3258
------- Additional Comments From [EMAIL PROTECTED] 2004-04-12 08:28 -------
1) I can't reproduce the issue with 2.63. it certainly has nothing to do with
# of MIME parts (spamc
doesn't know what MIME parts are).
2) the message is > 256k which would usually be skipped by spamc. FYI.
3) the spamc code which throws the error is:
while ((bytes = full_read(in_fd, 1, buf, 8192, 8192)) > 0) {
if (bytes != full_write(out_fd, 1, buf, bytes)) {
which is basically that if the write doesn't put out as many bytes as it read
in, throw the error.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.