Re: Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9

2015-01-19 Thread Mark Martinec
Please find the output here: http://paste2.org/KNtnHHbv Thanks. Seems like the array @INC contains a tainted element, don't know why. Try inserting the following two lines: use Scalar::Util qw(tainted); dbg(rules: INC: %s, join(, , map($_: .(tainted($_)?'Y':'n'), @INC))); right before

Re: Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9

2015-01-19 Thread mls
On Tuesday 20 January 2015 04:44:01 Mark Martinec wrote: Thanks. Seems like the array @INC contains a tainted element, don't know why. Try inserting the following two lines: use Scalar::Util qw(tainted); dbg(rules: INC: %s, join(, , map($_: .(tainted($_)?'Y':'n'), @INC))); right

Re: Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9

2015-01-19 Thread mls
On Sunday 18 January 2015 08:46:47 Kevin A. McGrail wrote: Based on a quick search, this page leads me to believe it's fixed in a newer version of SA: https://bugzilla.redhat.com/show_bug.cgi?id=1141695 Regards, KAM Thanks. I am running SA verion 3.4.0. According to the

Re: Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9

2015-01-19 Thread Mark Martinec
Klaus wrote: Thanks. I am running SA version 3.4.0. Jan 17 08:00:12.091 [2891] warn: rules: failed to compile Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9.

Re: Mail::SpamAssassin::Plugin::Check::_head_tests_0_1, skipping: Jan 17 08:00:12.091 [2891] warn: (Insecure dependency in require while running with -T switch at (eval 1037) line 9

2015-01-19 Thread mls
On Monday 19 January 2015 18:42:54 Mark Martinec wrote: In Mail/SpamAssassin/Plugin/Check.pm near line 453 (version 3.4.0) (i.e. in sub flush_evalstr) there is a commented-out debug line: # dbg(rules: eval code(2): %s, $self-{evalstr}); Try uncommenting it and enable debugging (option