Index: trunk/uribl/URIdb.pm
===================================================================
--- trunk/uribl/URIdb.pm	(revision 86)
+++ trunk/uribl/URIdb.pm	(revision 87)
@@ -203,5 +203,5 @@
       print $blfh ".$uri\n";
     }
-    print $blfh ":127.0.0.4:Domain seen repeatedly in reported missed-spam, legitimate root or www content\n";
+    print $blfh ":127.0.0.4:Domain seen repeatedly in reported missed-spam, some legitimate root or www content\n";
     $sth = $dbh->prepare("SELECT uri FROM urilist WHERE list=4");
     $sth->execute;
@@ -209,5 +209,5 @@
       print $blfh ".$uri\n";
     }
-    print $blfh ":127.0.0.8:Abused, not well-known URL-shortener or redirector domain\n";
+    print $blfh ":127.0.0.8:Abused URL-shortener or redirector domain\n";
     $sth = $dbh->prepare("SELECT uri FROM urilist WHERE list=8");
     $sth->execute;
