Hi!

> ASSP version 2.1.2(12010) the URI que isnot allways checked

Use ASSP v2.1.2 (12017) or later ( best use v2.1.2 (12023) -- another fixes)  : 
URI fixed

Best regards, Victor Miasnikov
Blog:  http://vvm.blog.tut.by/ 

P.S.

 Or if use ASSP v2.1.2 (12010), is principial apply this diff : 
==
--- assp.pl ASSP v2.1.2 (12010) _2012-01-10 20-34 Tue Jan 10 20:34:58 2012
+++ assp.pl Mon Jan 16 11:50:50 2012
@@ -42377,6 +42377,7 @@
     }
 }
 
+# see later VVM 2012-01-16 11-54
 sub configUpdateURIBLSP {
     my ( $name, $old, $new, $init ) = @_;
     mlog( 0, "AdminUpdate: URIBL Service Providers updated from '$old' to 
'$new'" )
@@ -42412,6 +42413,7 @@
                 $c =~ s/^.*?\$DATA\$\.?//io;
                 next unless $c;
                 push( @uribllist, $c ) unless grep(/\Q$c\E/, @uribllist);
+                $URIBLweight{$c}{'*'} = $uriblValencePB; # VVM 2012-01-16 11-54
             }
         }
         if ( $WorkerNumber == 10000 ) {
==

 But this is not all fixes needed for repair URIBL . . .

Again: use ASSP v2.1.2 (12023)
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to