OSDN Git Service

file_normalize(): Content-negothiation filter (rough but works)
[pukiwiki/pukiwiki_sandbox.git] / spam / spam.ini.php
1 <?php
2 // $Id: spam.ini.php,v 1.1 2006/12/02 09:03:45 henoheno Exp $
3 // Spam-related setting
4
5 $blocklist['badhost'] = array(
6         //'*',  // Deny all uri
7
8         // IP address or ...
9         //'10.20.*.*',  // 10.20.example.com also matches
10         //'\[1\]',
11
12         // Blog services subdomains
13         '*.blogspot.com',
14 );
15
16 ?>