Deny Spam archived
Lightweight spam filtering WordPress plugin that aims to minimize resource usage and number of false positives
by Andrey "Rarst" Savchenko · github.com/rarst/deny-spam · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rarst/deny-spam/archive/refs/heads/master.zipReadme
=== Deny Spam === Contributors: Rarst Tags: comments,spam Requires at least: 2.9.2 Tested up to: 2.9.2 Stable tag: 0.3
Lightweight spam filtering extension that aims to minimize resource usage and number of false positives.
== Description ==
Plugin aims to provide reliable and unobtrusive spam filtering via several solid criteria and extended cmoparing of incoming comments to known spam.
List of currently used criteria:
- Links amount
- Known spam content
- Known spam sites
- Known spam IPs
- Groups of spam comments
== Installation ==
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Screenshots ==
- Plugin settings page
== Changelog ==
= 0.3 =
- Initial public release with diploma project.