http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4363
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|3.0.3 |3.1.7
------- Additional Comments From [EMAIL PROTECTED] 2006-12-08 03:28 -------
For correct work with ActivePerl when open message from file (not from stdin)?
you need add string in ArchiveIterator.pm in mail_open function
if (Mail::SpamAssassin::Util::am_running_on_windows()) binmode(INPUT);
before
return 1;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.