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