Came home to the below errors today in my log. This is after I removed the # comment # spamcop_uri_resolve_open_redirects 1
Security Violations =-=-=-=-=-=-=-=-=-= Apr 22 15:47:09 chris spamd[19353]: Failed to run SPAMCOP_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. ) Apr 22 15:47:09 chris spamd[19353]: Failed to run WS_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. )
Any ideas anyone?
Chris
Damn. I just released 0.13. I will fix this for 0.14.
--eric
On Thu, Apr 22, 2004 at 07:22:11PM -0500, Chris wrote:
Came home to the below errors today in my log. This is after I removed the # comment # spamcop_uri_resolve_open_redirects 1
Security Violations
Apr 22 15:47:09 chris spamd[19353]: Failed to run SPAMCOP_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. ) Apr 22 15:47:09 chris spamd[19353]: Failed to run WS_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. )
Any ideas anyone?
Chris
-- Regards Chris A 100% Microsoft free computer Registered Linux User 283774 http://counter.li.org 7:18pm up 16 days, 1:54, 2 users, load average: 0.41, 0.48, 0.46
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss
Chris wrote:
Came home to the below errors today in my log. This is after I removed the # comment # spamcop_uri_resolve_open_redirects 1
Security Violations
Apr 22 15:47:09 chris spamd[19353]: Failed to run SPAMCOP_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. ) Apr 22 15:47:09 chris spamd[19353]: Failed to run WS_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. )
Any ideas anyone?
Chris
I'm seeing the same thing here... but it did happen when I had tried to send all the spam headers to this list... which BTW is not a good idea. Doh!
But I just saw it happen again, so that might not have been what had done it.
-Doc
Doc Schneider wrote:
But I just saw it happen again, so that might not have been what had done it.
I've been seeing this all day:
Apr 22 20:51:02 flair spamd[15992]: Failed to run WS_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/share/perl5/Mail/SpamAssassin/SpamCopURI.pm line 117. ) Apr 22 20:51:02 flair spamd[15992]: Failed to run BE_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/share/perl5/Mail/SpamAssassin/SpamCopURI.pm line 117. ) Apr 22 20:51:02 flair spamd[15992]: Failed to run SC_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/share/perl5/Mail/SpamAssassin/SpamCopURI.pm line 117. )
if (defined $url{host}) { # strip any non alpha characters off of the end # this is to fix a bug where url parsing in core SA # leaves parens and other junk on the URL that URI # parses to the host my @p = split(/./, $url{host}); $p[-1] =~ s/[^a-z].+$//i; ->>> $url{host} = join ('.', @p); }
David
Could you by chance send me the email that triggered this?
I have a pretty good idea what causes this, I just want to confirm it.
--eric
On Thu, Apr 22, 2004 at 07:22:11PM -0500, Chris wrote:
Came home to the below errors today in my log. This is after I removed the # comment # spamcop_uri_resolve_open_redirects 1
Security Violations
Apr 22 15:47:09 chris spamd[19353]: Failed to run SPAMCOP_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. ) Apr 22 15:47:09 chris spamd[19353]: Failed to run WS_URI_RBL SpamAssassin test, skipping: ^I(Modification of non-creatable array value attempted, subscript -1 at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/SpamCopURI.pm line 116, <GEN83> line 117. )
Any ideas anyone?
Chris
-- Regards Chris A 100% Microsoft free computer Registered Linux User 283774 http://counter.li.org 7:18pm up 16 days, 1:54, 2 users, load average: 0.41, 0.48, 0.46
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss
Eric Kolve wrote:
Could you by chance send me the email that triggered this?
I have a pretty good idea what causes this, I just want to confirm it.
Do you have a diff I can test?
David
On Thu, Apr 22, 2004 at 08:56:34PM -0400, David Coulson wrote:
Eric Kolve wrote:
Could you by chance send me the email that triggered this?
I have a pretty good idea what causes this, I just want to confirm it.
Do you have a diff I can test?
Grab 0.14. It was a pretty simple fix and I shouldn't need a sample.
--eric
David
-- David Coulson email: d@vidcoulson.com Linux Developer / web: http://davidcoulson.net/ Network Engineer phone: (216) 533-6967
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss