To block chinaunicom.cn via .htaccess file

chinaunicom.cn is one source for spam, so it is good to block also.

The next lines to .htaccess file

# BEGIN Deny chinaunicom.cn referrer
# Block visits from chinaunicom.cn
RewriteCond %{HTTP_REFERER} chinaunicom\.cn [NC]
RewriteRule ^(.*)$ - [L,R=403]