Quantcast
Channel: DokuWiki
Viewing all articles
Browse latest Browse all 25296

blacklist - add "-sk" to deal with SSL certificate and get rid of download statistics. ...

$
0
0
1471817604current
Line 18:Line 18:
 The nice people at Wikipedia maintain a [[wpmeta>Spam_blacklist|similar blacklist]]. You can use the following command for updating your blacklist from this source: The nice people at Wikipedia maintain a [[wpmeta>Spam_blacklist|similar blacklist]]. You can use the following command for updating your blacklist from this source:
  
-  $> curl https://meta.wikimedia.org/wiki/Spam_blacklist?action=raw |grep -v '<pre>' > conf/wordblock.local.conf+  $> curl -sk https://meta.wikimedia.org/wiki/Spam_blacklist?action=raw | egrep -v '<?pre>' > conf/wordblock.local.conf
  
 Don't forget to create conf/wordblock.local.conf file Don't forget to create conf/wordblock.local.conf file

Viewing all articles
Browse latest Browse all 25296