• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki_sandbox: 提交


Commit MetaInfo

修訂b0cba496ceb4f866f4352e40c9d1ed2ff0ec95a5 (tree)
時間2009-01-04 12:35:24
作者henoheno <henoheno>
Commiterhenoheno

Log Message

$blocklist['official/dev']

Change Summary

差異

--- a/spam/spam.ini.php
+++ b/spam/spam.ini.php
@@ -1,5 +1,5 @@
11 <?php
2-// $Id: spam.ini.php,v 1.192 2008/07/19 01:04:26 henoheno Exp $
2+// $Id: spam.ini.php,v 1.193 2009/01/04 03:35:24 henoheno Exp $
33 // Spam-related setting
44
55 // NOTE FOR ADMINISTRATORS:
@@ -41,6 +41,7 @@
4141 // 'pre': Before the other filters/checkers
4242 $blocklist['pre'] = array(
4343 'goodhost' => FALSE,
44+// 'official/dev' => FALSE,
4445 );
4546
4647 // 'list': Normal list
@@ -57,29 +58,26 @@ $blocklist['list'] = array(
5758
5859
5960 // --------------------------------------------------
61+// Ignorance list
6062
6163 $blocklist['goodhost'] = array(
62- // Sample setting of ignorance list
63-
6464 'IANA-examples' => '#^(?:.*\.)?example\.(?:com|net|org)$#',
65+);
6566
67+$blocklist['official/dev'] = array(
6668 // PukiWiki-official/dev specific
67- //'pukiwiki.sourceforge.jp',
68- //'pukiwiki.org', // Temporary
69- //'.logue.tk', // Well-known PukiWiki heavy user, Logue (Paid *.tk domain, Expire on 2008-12-01)
70- //'.nyaa.tk', // (Paid *.tk domain, Expire on 2008-05-19)
71- //'.wanwan.tk', // (Paid *.tk domain, Expire on 2008-04-21) by nyaa.tk
72- //'emasaka.blog65.fc2.com', // Text-to-Impress converter
73- //'ifastnet.com', // Server hosting
74- //'threefortune.ifastnet.com', // Server hosting
75- //'sirakaba.s21.xrea.com', // Ratbeta, known as PukiWiki hacker
76- //'desperadoes.biz', // YEAR OF THE CAT, PukiWiki skin designer
77- //''
78- //''
79- //''
80-
69+ 'pukiwiki.sourceforge.jp',
70+ 'pukiwiki.org', // Temporary
71+ '.nyaa.tk', // (Paid *.tk domain, Expire on 2008-05-19)
72+ '.wanwan.tk', // (Paid *.tk domain, Expire on 2008-04-21) by nyaa.tk
73+ 'emasaka.blog65.fc2.com', // Text-to-Impress converter
74+ 'ifastnet.com', // Server hosting
75+ 'threefortune.ifastnet.com', // Server hosting
76+ 'sirakaba.s21.xrea.com', // Ratbeta, known as PukiWiki hacker
77+ 'desperadoes.biz', // YEAR OF THE CAT, PukiWiki skin designer
8178 );
8279
80+
8381 // --------------------------------------------------
8482 // A: Sample setting of
8583 // Existing URI redirection or masking services
Show on old repository browser