http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5574
------- Additional Comments From [EMAIL PROTECTED] 2007-07-25 14:33 ------- This looks like the perl 5.6.1 bug that is involved: Bug in 5.6.0: http://www.nntp.perl.org/group/perl.perl5.porters/2000/09/msg17830.html That says that the correct woraround is what you are proposing in the patch "After some experimentation, it seems that the way to drop privileges on this system is to do the following in Perl: $> = $id; $< = $id; " Fix in 5.7.0, statement that it was intended to be backported to 5.6.1, but I guess they never did: http://www.nntp.perl.org/group/perl.perl5.porters/2000/11/msg20255.html So after this analysis, I am +1 on the suggested patch for 3.1 and 3.2 branches ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
