https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6883
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #15 from Kevin A. McGrail <[email protected]> --- (In reply to comment #14) > 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. Bizarre. I never would have tried that. Good catch and I can't see how this would break anything to change it. And it still passes make test on my system. svn commit -m 'Order of -T -w changed per bug 6883' spamd.raw Sending spamd.raw Transmitting file data . Committed revision 1428402. Can you checkout trunk and see if it passes now? I'm assuming it's resolved and appreciate your diligence! -- You are receiving this mail because: You are the assignee for the bug.
