http://bugzilla.spamassassin.org/show_bug.cgi?id=3917
------- Additional Comments From [EMAIL PROTECTED] 2004-10-23 23:48 ------- I've reproduced this doing the following. Maybe someone can see if it happens outside of Cygwin. I did this with a build of the 3.0.1 branch. I haven't yet tried it in trunk. I ran spamd using the command line spamd -D -s /c/temp/zsaspderr.log -r /c/temp/spand.pid I ran spamc repeatedly using the example input from the last attached sample using the following script, with the output shown: $ myvar=0 ; while [ $myvar -ne 10 ] ; do spamc -x < zs2.out > zsa2.out ; echo $? ; myvar=$(( $myvar + 1 )) ; done 0 0 0 76 76 0 76 76 76 0 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.