Changeset 87
- Timestamp:
- 09/11/25 18:02:00 (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uribl/URIdb.pm
r86 r87 203 203 print $blfh ".$uri\n"; 204 204 } 205 print $blfh ":127.0.0.4:Domain seen repeatedly in reported missed-spam, legitimate root or www content\n";205 print $blfh ":127.0.0.4:Domain seen repeatedly in reported missed-spam, some legitimate root or www content\n"; 206 206 $sth = $dbh->prepare("SELECT uri FROM urilist WHERE list=4"); 207 207 $sth->execute; … … 209 209 print $blfh ".$uri\n"; 210 210 } 211 print $blfh ":127.0.0.8:Abused , not well-knownURL-shortener or redirector domain\n";211 print $blfh ":127.0.0.8:Abused URL-shortener or redirector domain\n"; 212 212 $sth = $dbh->prepare("SELECT uri FROM urilist WHERE list=8"); 213 213 $sth->execute;
Note:
See TracChangeset
for help on using the changeset viewer.