Browse Source

Drop obsolete ORDB RBL from filters plugin, thanks Tomas Kuliavas (#1629398).

Thijs Kinkhorst 18 năm trước cách đây
mục cha
commit
bd2ab16c39
2 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 0
      ChangeLog
  2. 0 8
      plugins/filters/filters.php

+ 1 - 0
ChangeLog

@@ -168,6 +168,7 @@ Version 1.5.2 - CVS
   - Redesigned plugin hook system.  do_hook_function() has been removed
     and do_hook() now emulates do_hook_function()'s return value and 
     also has its plugin arguments passed by value, etc.
+  - Drop obsolete ORDB RBL from filters plugin (#1629398).
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------

+ 0 - 8
plugins/filters/filters.php

@@ -649,14 +649,6 @@ function load_spam_filters() {
             _("COMMERCIAL - RBL+ Dial-up entries.");
     }
 
-    $filters['ORDB']['prefname'] = 'filters_spam_ordb';
-    $filters['ORDB']['name'] = 'Open Relay Database List';
-    $filters['ORDB']['link'] = 'http://www.ordb.org/';
-    $filters['ORDB']['dns'] = 'relays.ordb.org';
-    $filters['ORDB']['result'] = '127.0.0.2';
-    $filters['ORDB']['comment'] =
-        _("FREE - ORDB was born when ORBS went off the air. It seems to have fewer false positives than ORBS did though.");
-
     $filters['FiveTen Direct']['prefname'] = 'filters_spam_fiveten_src';
     $filters['FiveTen Direct']['name'] = 'Five-Ten-sg.com Direct SPAM Sources';
     $filters['FiveTen Direct']['link'] = 'http://www.five-ten-sg.com/blackhole.php';