WP Manifestindependent plugin directory
manifest / security / deny-spam

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

0stars
0forks

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.zip

Readme

=== 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 ==

  1. Plugin settings page

== Changelog ==

= 0.3 =

  • Initial public release with diploma project.

Read the full README on GitHub →