https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7806
--- Comment #3 from Henrik Krohns <[email protected]> --- (In reply to Rodolfo Saccani from comment #2) > MailScanner --lint > this is all is needed to reproduce the issue on CentOS with perl 5.10.1 Sorry but this is not helpful. I do not have MailScanner and I don't know what is supposed to happen. What is the actual _error output_? Fact is that CentOS6 box stock perl 5.10.1 works just fine with $^X. Your problems is likely something other MailScanner related. $ perl -T -e '$ENV{PATH} = "/usr/bin"; $foo = "uptime"; system($foo);' 22:53:52 up 22 days, 10:59, 1 user, load average: 0.02, 0.01, 0.00 $ perl -T -e '$ENV{PATH} = "/usr/bin"; $foo = "uptime".substr($^X, 0, 0); system($foo);' Insecure dependency in system while running with -T switch at -e line 1. -- You are receiving this mail because: You are the assignee for the bug.
