https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6883
--- Comment #14 from Tom Schulz <[email protected]> --- I think that I have zeroed in on the problem. Changing the first line of spamd/spamd.raw from #!/usr/bin/perl -w -T to #!/usr/bin/perl -T -w fixes the problem. So, at least for perl 5.8.9 on Solaris 10 1386, the order of the -T and the -w is important. -- You are receiving this mail because: You are the assignee for the bug.
