Virtual Config dir: Insecure dependency in mkdir while running with -T switch

2017-11-09 Thread mathias gnigler
var/opt/spamd/office failed: Insecure dependency in mkdir while running with -T switch at /usr/share/perl/5.22/File/Path.pm line 136, line 2. spamd[1468]: bayes: no dbs present, cannot tie DB R/O: /var/opt/spamd/office/bayes_toks spamd[1468]: config: score set 1 chosen. spamd[1468]: spamd: running as

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 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. > > > http://wiki.apache.org/spamassassin/DevelopmentStuff

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 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 Rule2XSBody plugi

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 maintaine

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-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-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 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 http://serverfault.com/quest

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

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 be

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 (

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 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 spamassassi

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

Re: spamd Insecure dependency in connect while running setuid

2014-05-30 Thread aragonx
> Hi, > > I seem to have stumbled into an old problem that is new to > me.  I get the following error just about every time spamd is > called: > > spamd[1390]: plugin: eval failed: Insecure dependency > in connect while running setuid at /usr/lib64/perl5/IO/Socket.p

Re: [Bug 7045] "insecure dependency" and "can't locate object method"

2014-05-28 Thread Karsten Bräckelmann
On Thu, 2014-05-29 at 03:21 +0200, Karsten Bräckelmann wrote: > spamassassin --lint -D debug output will show weather that cf file and Whether. *sigh* When did I unlearn that? > the plugin are loaded. Running --lint without debug might be worthwhile > on its own already. -- char *t="\10pse\0r

Re: [Bug 7045] "insecure dependency" and "can't locate object method"

2014-05-28 Thread Karsten Bräckelmann
On Wed, 2014-05-28 at 20:54 -0400, Art Werschulz wrote: > > Your SA installation seems to be broken. That's stock code: > > > > $ grep -rl check_https_http_mismatch . > > Mail/SpamAssassin/Plugin/HTTPSMismatch.pm > > I have the same thing: > > $ pwd > /usr/share/perl5/vendor_perl/Mail/Sp

sa2dsnbl "Insecure dependency in connect while running setuid"

2011-05-17 Thread Sebastian Deißner
] warn: (Insecure dependency in connect while running setuid at /usr/lib/perl/5.10/IO/Socket.pm line 114, line 28. May 17 18:38:44.325 [23955] warn: ) May 17 18:38:44.326 [23955] dbg: rules: running rawbody tests; score so far=15.73 May 17 18:38:44.328 [23955] dbg: rules: running full tests

RE: Open of auto-whitelist file failed: Insecure dependency in eval...

2010-04-18 Thread Chris Welch
Works like a charm! Bug raised (6415). Thanks very much sir! Chris -Original Message- From: Mark Martinec [mailto:mark.martinec...@ijs.si] Sent: April 18, 2010 5:48 PM To: users@spamassassin.apache.org Subject: Re: Open of auto-whitelist file failed: Insecure dependency in eval... On

Re: Open of auto-whitelist file failed: Insecure dependency in eval...

2010-04-18 Thread Mark Martinec
rts an error in the spamd.log file: > > Sun Apr 18 15:21:10 2010 [7966] warn: auto-whitelist: > open of auto-whitelist file failed: > Insecure dependency in eval while running with -T switch > at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Util.pm line 996. Yes, a bu

Re: Open of auto-whitelist file failed: Insecure dependency in eval...

2010-04-18 Thread Kai Schaetzl
Chris Welch wrote on Sun, 18 Apr 2010 15:33:20 -0400: > I just upgraded a CentOS 5.4 system to Spamassassin 3.3.1. The upgrade was > done by a CPAN install with Perl. which you should not do. Unless there is *no* other chance a Perl or modules or Perl programs on an rpm-based system should be u

Open of auto-whitelist file failed: Insecure dependency in eval...

2010-04-18 Thread Chris Welch
-whitelist: open of auto-whitelist file failed: Insecure dependency in eval while running with -T switch at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Util.pm line 996. I tried numerous permission changes but can't clear the error. Spamassassin is launched using: /usr/bin/spamd -u ex

Re: insecure dependency in sa-learn --import

2010-01-26 Thread David Morton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Martinec wrote: >> perl 5.8.8 > > --- lib/Mail/SpamAssassin/BayesStore/DBM.pm (revision 903517) > +++ lib/Mail/SpamAssassin/BayesStore/DBM.pm (working copy) > @@ -1438,6 +1438,9 @@ > # bayes directory > my $main = $self->{bayes}->{m

Re: insecure dependency in sa-learn --import

2010-01-26 Thread Mark Martinec
David, > Trying to import a bayes db, I get: > > #sa-learn --import > bayes: perform_upgrade: Insecure dependency in open while running with > -T switch at /usr/share/perl/5.8/File/Copy.pm line 133. > > perl 5.8.8 --- lib/Mail/SpamAssassin/BayesStore/DBM.pm (revision

Re: insecure dependency in sa-learn --import

2010-01-26 Thread Warren Togami
On 01/26/2010 06:16 PM, David Morton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trying to import a bayes db, I get: #sa-learn --import bayes: perform_upgrade: Insecure dependency in open while running with - -T switch at /usr/share/perl/5.8/File/Copy.pm line 133. perl 5.8.8 What

insecure dependency in sa-learn --import

2010-01-26 Thread David Morton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trying to import a bayes db, I get: #sa-learn --import bayes: perform_upgrade: Insecure dependency in open while running with - -T switch at /usr/share/perl/5.8/File/Copy.pm line 133. perl 5.8.8 - -- David Morton Morton Software & Design

Clamav *zoo insecure dependency

2007-05-26 Thread Michael Scheidell
If you built clamav with optional zoo or unzoo depencencies, you may wish to remove unzoo (not maintained anymore) and at least patch zoo. https://wwws.clamav.net/bugzilla/show_bug.cgi?id=522 -- Michael Scheidell, CTO Join SECNAP at SFTA Ft. Lauderdate, FL May 31 Free event http://www.southflori

Re: Insecure Dependency

2007-05-04 Thread Anthony Peacock
Hi, YN Verma wrote: Hi Can anyone tell me why this message is appearing Insecure dependency in `` while running with -T switch at /usr/perl5/site_perl/5.6.1/Sys/Hostname/Long.pm line 91, line 86. Regards I recently tracked this down on my systems. Sys::Hostname::Long tries to work

Insecure Dependency

2007-05-03 Thread YN Verma
Hi Can anyone tell me why this message is appearing Insecure dependency in `` while running with -T switch at /usr/perl5/site_perl/5.6.1/Sys/Hostname/Long.pm line 91, line 86. Regards Yadwendra Verma <>

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Magnus Holmgren
On Friday 09 February 2007 00:52, Philip Seccombe wrote: > I really am getting confused here > > nibbler:/etc/init.d# spamassassin -V > SpamAssassin version 3.0.3 > running on Perl version 5.8.4 > nibbler:/etc/init.d# > > nibbler:/etc/init.d# apt-get install spamassassin > Reading Package Lists..

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Bob McClure Jr
whatever else you want to do. > Kind Regards, > Philip Seccombe > Turnstone Technologies NZ Limited > > Phone: +64 9 970 5550 > Fax: +64 9 970 5559 > DDI: +64 9 970 5552 > Email: [EMAIL PROTECTED] > Web: www.turnstone.co.nz > > > -Original Message- &g

RE: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Philip Seccombe
: [EMAIL PROTECTED] Web: www.turnstone.co.nz -Original Message- From: Daryl C. W. O'Shea [mailto:[EMAIL PROTECTED] Sent: Friday, 9 February 2007 11:59 a.m. To: Philip Seccombe Cc: users@spamassassin.apache.org Subject: Re: sa-update gives error message Insecure dependency in open

RE: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Philip Seccombe
: Re: sa-update gives error message Insecure dependency in open while running with -T switch On Fri, Feb 09, 2007 at 12:26:31PM +1300, Philip Seccombe wrote: > I ran perl -MCPAN -e 'install Bundle:CPAN' and went through all the > updates using defaults > > Now it says: > &

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Daryl C. W. O'Shea
Philip Seccombe wrote: [9013] dbg: generic: SpamAssassin version 3.1.0 Upgrade SA to anything newer than 3.1.0.

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Bob McClure Jr
On Fri, Feb 09, 2007 at 12:26:31PM +1300, Philip Seccombe wrote: > I ran perl -MCPAN -e 'install Bundle:CPAN' and went through all the > updates using defaults > > Now it says: > > nibbler:~# perl -MCPAN -e 'install File::IO' Don't forget that should be IO::File. > CPAN: File::HomeDir loaded ok

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Doc Schneider
Bob McClure Jr wrote: On Fri, Feb 09, 2007 at 12:02:52PM +1300, Philip Seccombe wrote: This is what happens: Warning: Cannot install File::IO, don't know what it is. Try the command i /File::IO/ That should be IO::FILE. ARG... "Dyslexics of the world untie!" My bad for sure. perl -

RE: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Philip Seccombe
che.org Subject: Re: sa-update gives error message Insecure dependency in open while running with -T switch On Fri, Feb 09, 2007 at 12:02:52PM +1300, Philip Seccombe wrote: > This is what happens: > > commit: wrote /etc/perl/CPAN/Config.pm > CPAN: Storable loaded ok > CPAN: LWP::Us

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Bob McClure Jr
From: Doc Schneider [mailto:[EMAIL PROTECTED] > Sent: Friday, 9 February 2007 11:53 a.m. > To: Philip Seccombe > Cc: users@spamassassin.apache.org > Subject: Re: sa-update gives error message Insecure dependency in open > while running with -T switch > > Philip Seccombe wrote:

RE: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Philip Seccombe
ED] Sent: Friday, 9 February 2007 11:53 a.m. To: Philip Seccombe Cc: users@spamassassin.apache.org Subject: Re: sa-update gives error message Insecure dependency in open while running with -T switch Philip Seccombe wrote: > Hi everyone, > > > > Tried Googling this but no success >

Re: sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Doc Schneider
archive Insecure dependency in open while running with -T switch at /usr/lib/perl/5.8/IO/File.pm line 70. You can more than likely re-install File::IO which is part of the perl base but seems to me to be borked. #perl -MCPAN -e 'install File::IO' Should work. from your directory

sa-update gives error message Insecure dependency in open while running with -T switch

2007-02-08 Thread Philip Seccombe
tion passed, installing update [9013] dbg: channel: updating MIRRORED.BY contents [9013] dbg: channel: cleaning out update directory [9013] dbg: channel: extracting archive Insecure dependency in open while running with -T switch at /usr/lib/perl/5.8/IO/File.pm line 70. Kind Regards, Phi

Re: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ , continuing

2005-06-30 Thread jdow
. Sheesh what a Microsofted tool. No wonder I am allergic to it.) {+_+} - Original Message - From: "jdow" <[EMAIL PROTECTED]> > error: Insecure dependency in eval while running setuid at > /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119.

Re: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ , continuing

2005-06-30 Thread jdow
ssage - From: "jdow" <[EMAIL PROTECTED]> > error: Insecure dependency in eval while running setuid at > /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ > , continuing > > > Ayup - another one of those horrid problems. > > I am run

Re: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ , continuing

2005-06-28 Thread jdow
SpamAssassin problem. (If it does hit again and get trapped I'll make a note of it here.) {^_^} - Original Message - From: "jdow" <[EMAIL PROTECTED]> To: "spamassassin-users" Subject: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/si

error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ , continuing

2005-06-24 Thread jdow
error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2119._ , continuing Ayup - another one of those horrid problems. I am running 3.04 with spamd and spamc. I get this on "full" rules. However, I do not get

Re: OT: Insecure dependency in connect?

2005-06-17 Thread Eric A. Hall
On 6/16/2005 5:47 PM, Eric A. Hall wrote: > I'm trying to update my ldap plugin to use SRV lookups for server > discovery but am getting barked at during tests with the "Insecure > dependency in connect..." error. I'm not having much luck with googling > this

OT: Insecure dependency in connect?

2005-06-16 Thread Eric A. Hall
I'm trying to update my ldap plugin to use SRV lookups for server discovery but am getting barked at during tests with the "Insecure dependency in connect..." error. I'm not having much luck with googling this error, but I remember this was a problem with razor and spamassa

error: Insecure dependency in eval while running setuid

2005-04-25 Thread jdow
I get the above error in the mail logs when scanning some emails. This is 3.02 with Theo's spamd patch installed. {^_^}

report to spamcop errors. was: error during report: Insecure dependency

2005-03-11 Thread Matias Lopez Bergero
Hi. Wen I report spam via spamassassin (3.0.2) I get this error or warning message: % spamassassin -D -r --mbox spam [...] Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Socket.pm line 114. I can read that the reports to dcc, pyzor

Re: error during report: Insecure dependency

2005-03-04 Thread Matias Lopez Bergero
Shane Williams wrote: I suspect this error is being caused by SpamCop reporting, not razor. As a test, try reporting a message that's two weeks old and see if the error message changes/goes away. For me, the "Insecure dependency" message goes away and is "replaced" by a m

Re: error during report: Insecure dependency

2005-03-04 Thread Matias Lopez Bergero
Matt Kettler wrote: At 02:52 PM 3/3/2005, Matias Lopez Bergero wrote: Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Socket.pm line 114. I have read trough the wiki and found something similar but related to razor and SA 2.6 with a

Re: error during report: Insecure dependency

2005-03-03 Thread Shane Williams
I suspect this error is being caused by SpamCop reporting, not razor. As a test, try reporting a message that's two weeks old and see if the error message changes/goes away. For me, the "Insecure dependency" message goes away and is "replaced" by a message to the effect

Re: error during report: Insecure dependency

2005-03-03 Thread Matt Kettler
At 02:52 PM 3/3/2005, Matias Lopez Bergero wrote: Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Socket.pm line 114. I have read trough the wiki and found something similar but related to razor and SA 2.6 with a patch, but I have

error during report: Insecure dependency

2005-03-03 Thread Matias Lopez Bergero
Hello, I have a little problem reporting spam with sa, I got this error message wen reporting: % spamassassin -D -r spam [...] Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Socket.pm line 114. I have read trough the wiki and found

Re: RH9 & Insecure dependency on reporting to spamcop (SA 3.0.2)

2005-01-17 Thread Loren Wilton
I'm pretty sure there is a bug on on this, but I don't know the status of the bug. Loren

RH9 & Insecure dependency on reporting to spamcop (SA 3.0.2)

2005-01-16 Thread Alan Munday
I wondered if anyone had tracked down a cause/solution to the insecure dependency on reporting to spamcop with RH9? I have 3 RH9 servers here. One, which has been upgraded from RH7 progressively through to RH9, which does not report this insecure dependency. While I have 2 others, installed

Spamcop reporting and insecure dependency

2004-12-20 Thread Shane Williams
I recently upgraded a RedHat Enterprise Linux server to SA 3.0.1 (from, I think 2.64). Everything went well, but now when I use spamassassin -r, I get the following error: Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Socket.pm line

Insecure dependency still

2004-12-17 Thread Owen McShane
e, some get the following errors: Dec 17 09:10:19 spambox spamd[23372]: logmsg: error: Insecure dependency in eval while running with -T switch at /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line 1685, line 136._ , continuing Dec 17 09:10:19 spambox spamd[23372]: error: Insecur

Re: Insecure dependency in eval while running setuid [DOMAIN-OK]

2004-11-18 Thread Vicki Brown
At 08:53 -0500 11/15/2004, Matt Kettler wrote: >1) are you SURE you want allow_user_rules set? positive. >Unless you trust all your users this can be a bit risky. I trust all my users. Or, to put it more specifically, I trust the three or four who might bother to edit their files and the rest a

Insecure dependency in eval while running setuid?

2004-11-16 Thread David Gibbs
I'm getting a lot of spam slipping through SA 3.0.1 (on RH 8.0) and the following message is getting logged about the same time: Nov 15 14:24:28 linux spamd[17314]: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm

Re: Insecure dependency in eval while running setuid

2004-11-15 Thread Matt Kettler
At 09:51 AM 11/13/2004 -0800, Vicki Brown wrote: 2004-11-13 17:32:05 [54661] i: error: Insecure dependency in eval while running setuid at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 1669, line 37._ No such file or directory, continuing I have upgraded to SA 3.0.1

Insecure dependency in eval while running setuid

2004-11-13 Thread Vicki Brown
I'm getting this error in the spamd logfile: 2004-11-13 17:32:05 [54661] i: processing message <3698158.1100366389516.JavaMai [EMAIL PROTECTED]> for vlb:1001. 2004-11-13 17:32:05 [54661] i: error: Insecure dependency in eval while running setuid at /usr/local/lib/perl5/site_perl

Insecure dependency error w/ SA 3.0x when reporting to spamcop

2004-11-09 Thread Jackson, Jeff
debug: Razor2: spam report, response is "1". debug: leaving helper-app run mode debug: SpamAssassin: spam reported to Razor. 1 message(s) examined. Insecure dependency in connect while running with -T switch at /usr/lib/perl5/5. 8.0/i386-linux-thread-multi/IO/Socket.pm line 114. I thought

Re: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm

2004-11-08 Thread David Gibbs
Any thoughts on this? David Gibbs wrote: Folks: I recently enabled rbl checks in my spamassassin configuration ... skip_rbl_checks 0 After I did this, I noticed the following error showing up in my log ... Oct 22 09:31:02 linux spamd[13465]: error: Insecure dependency in eval while

Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm

2004-10-22 Thread David Gibbs
Folks: I recently enabled rbl checks in my spamassassin configuration ... skip_rbl_checks 0 After I did this, I noticed the following error showing up in my log ... Oct 22 09:31:02 linux spamd[13465]: error: Insecure dependency in eval while running setuid at /usr/lib/perl5/site_perl

"Insecure dependency" SA3/Razor2.61

2004-10-12 Thread Robert Berlinger
I’m seeing the following error at the end of a spamasassin –D run on some messages:   debug: Razor2: spam report, response is "1". debug: leaving helper-app run mode debug: SpamAssassin: spam reported to Razor. 1 message(s) examined. Insecure dependency in connect while ru