http://bugzilla.spamassassin.org/show_bug.cgi?id=4289
------- Additional Comments From [EMAIL PROTECTED] 2005-05-19 06:13 -------
I localized this "bug"
It's ActivePerl specific behavior on win32 platforms
to FIX this trouble - you mest correct spamassassin script
insert in first line this code
#----------
if ($^O =~ /^(windows|dos|os2|mswin)/i) {
binmode(STDIN);
binmode(STDOUT);
}
#----------
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.