On Mar 23, 2006, at 06:15 , Justin Mason wrote:
I agree -- that should be removed. Could you open a new bugzilla
bug about this?
Submitted bug ID 4842. Attached a proposed patch to the bug.
Thank you.
- Jason Parsons
t act only on a decimal number:
- $uridnsbl_subs_bits |= $_ for keys %{$uridnsbl_subs};
+ foreach my $sub_key (keys %{$uridnsbl_subs}) {
+$uridnsbl_subs_bits |= $sub_key if ($sub_key =~ /^\d+$/);
+ }
+
Thanks.
- Jason Parsons
estion was introduced here:
http://issues.apache.org/SpamAssassin/attachment.cgi?
id=2611&action=view
... in response to bug ID 3997.
Thoughts?
Thank you.
- Jason Parsons
comparing the /proc/*/map output for each process?
Also, would rebuilding PERL with a shared libperl.so help at all?
Thank you.
- Jason Parsons
04 14:32:58
@INC:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
.
Thanks in advance for any insight.
- Jason Parsons