Re: version update: version 0.1.15 devel-1
Hello Robert,
> even though I officially don't maintain polw, I want to
> thank Jonas Genannt for his work to start on IPv6 support.
>
> 0.1.15 devel-x should be dedicated to stabilize/test IPv6.
thanks for including my patch to your upstream release. I have noticed
that I have send you an unclean patch.
Please have a look at the new patch against 0.1.15 devel-1, this patch
remove the lines "no Ipv6 support yet".
Greets,
Jonas--- policyd-weight-devel.orig 2008-09-24 12:42:27.0 +0200
+++ policyd-weight-devel 2008-09-24 12:42:44.0 +0200
@@ -1742,11 +1742,6 @@ sub weighted_check
my $cansw;
-if(index($ip,":") != -1)
-{
-#return ('DUNNO IPv6'); # we have no IPv6 support for now
-}
-
my $client_name = $attr{client_name} || '';
my $helo= $attr{helo_name}|| '';
my $from= address_stripped($attr{sender}) || '';
version update: version 0.1.15 devel-1
Hello, even though I officially don't maintain polw, I want to thank Jonas Genannt for his work to start on IPv6 support. 0.1.15 devel-x should be dedicated to stabilize/test IPv6. Other priorities would be: - evaluating of RBL A records, 127.0.0.1, 127.0.0.2, and so on The result of _one_ RBl with many records should be not much higher than the record with the highest value. Simple addition/multiplying/averaging leads to false results. Eg: 127.1 = 3.4 127.2 = 1.5 127.3 = 1.5 127.4 = 2.3 ~~~ ~4.2 127.1 = 3.4 127.2 = 2.3 --- ~4.1 - configurable dynamic/static-host heuristic via regexp-array defaulting to the current set -- Robert Felber (PGP: 896CF30B) Munich, Germany Policyd-weight Mailinglist - http://www.policyd-weight.org/
