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-21 Thread mls
On Tuesday 20 January 2015 18:30:18 Mark Martinec wrote: If not in v320.pre then it must be in some other .pre file. As Benny Pedersen noted your log shows that this plugin is enabled. Perhaps in /etc/spamassassin/sa-compile.pre . The Rule2XSBody plugin is loaded on ubuntu in sa-compile.pre.

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-21 Thread mls
On Tuesday 20 January 2015 20:17:57 Mark Martinec wrote: It may be worth trying with the current trunk version from SVN (a would-be-3.4.1), as Kevin suggested, so that we'd be on the same page. http://wiki.apache.org/spamassassin/DevelopmentStuff : The code itself is maintained in a

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-21 Thread Benny Pedersen
On 21. jan. 2015 22.57.37 mls m...@xlist.pw wrote: On Tuesday 20 January 2015 18:30:18 Mark Martinec wrote: If not in v320.pre then it must be in some other .pre file. As Benny Pedersen noted your log shows that this plugin is enabled. Perhaps in /etc/spamassassin/sa-compile.pre . 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-21 Thread Mark Martinec
mls wrote: The Rule2XSBody plugin is loaded on ubuntu in sa-compile.pre. After commenting it out the issue no longer happened. Great, that is an important finding! Benny Pedersen wrote: warn dont use cpan direct in ubuntu, you will break dependice, and later ask why does it not work if you

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-21 Thread Benny Pedersen
On 21. jan. 2015 22.58.32 mls m...@xlist.pw wrote: On Tuesday 20 January 2015 20:17:57 Mark Martinec wrote: It may be worth trying with the current trunk version from SVN (a would-be-3.4.1), as Kevin suggested, so that we'd be on the same page.

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-20 Thread Benny Pedersen
mls skrev den 2015-01-20 08:52: http://paste2.org/HzINJUwL My mailserver runs on ubuntu 14.04 and Rule2XSBody is commented out by default in /etc/spamassassin/v320.pre see line 88 in the above url ? and you miss running local nameserver as you are URIBL_BLOCKED

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-20 Thread Mark Martinec
mls wrote: Search for 'rules: INC:' in the resulting debug output. Is any of the reported elements reported as tainted (with an 'Y') ? I don't see tainted elements. But please check here: http://paste2.org/HzINJUwL Thanks. Strange... Does the problem go away if you disable the Rule2XSBody

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-20 Thread Mark Martinec
Jan 20 08:16:11.048 [18848] dbg: bayes: found bayes db version 3 Jan 20 08:16:11.049 [18848] warn: plugin: eval failed: Insecure dependency in sprintf while running with -T switch at /usr/share/perl5/Mail/SpamAssassin/Logger.pm line 241. Jan 20 08:16:11.050 [18848] dbg: config: score set 1

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

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-18 Thread Kevin A. McGrail
On 1/18/2015 7:18 AM, mls wrote: I am seeing more and more emails that cause the following PERL warnings when scanned with spamassassin 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

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-18 Thread mls
Hi, I am seeing more and more emails that cause the following PERL warnings when scanned with spamassassin 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