1471817604 | current | ||
---|---|---|---|
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 |
↧
blacklist - add "-sk" to deal with SSL certificate and get rid of download statistics. ...
↧