[geeklog-cvs] geeklog-1.3/plugins/spamx config.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 14 09:15:31 EDT 2004


Update of /var/cvs/geeklog-1.3/plugins/spamx
In directory www:/tmp/cvs-serv31487

Modified Files:
	config.php 
Log Message:
Added URL for initial MT Blacklist import


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config.php	3 Sep 2004 19:59:55 -0000	1.1
--- config.php	14 Sep 2004 13:15:29 -0000	1.2
***************
*** 15,18 ****
--- 15,21 ----
  $rss_url = 'http://www.jayallen.org/comment_spam/feeds/blacklist-changes.rdf';
  
+ // Entire MT-Blacklist (for inital import)
+ $mtblacklist_url = 'http://www.jayallen.org/comment_spam/blacklist.txt';
+ 
  // Spamx urls
  $rss_spamx_url = 'http://www.pigstye.net/backend/spamx_users.rdf';
***************
*** 28,30 ****
  // Add Spamx Plugin table to $_TABLES array
  $_TABLES['spamx']      = $_BAN_table_prefix . 'spamx';
! ?>
\ No newline at end of file
--- 31,33 ----
  // Add Spamx Plugin table to $_TABLES array
  $_TABLES['spamx']      = $_BAN_table_prefix . 'spamx';
! ?>




More information about the geeklog-cvs mailing list