/[drupal]/contributions/modules/spam/README.txt
ViewVC logotype

Contents of /contributions/modules/spam/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Wed Jan 3 22:39:59 2007 UTC (2 years, 10 months ago) by jeremy
Branch: MAIN
CVS Tags: DRUPAL-4-5--1-0, DRUPAL-4-6--1-0, HEAD
Changes since 1.11: +25 -76 lines
File MIME type: text/plain
Upgrade spam module to v2 that was hosted on KernelTrap.org, taking
advantage of this wonderful new versioning system provided for Drupal
contrib modules.
1 Overview:
2 --------
3 The spam module is a powerful collection of tools designed to help website
4 administrators to automatically deal with spam. Spam is any content that
5 is posted to a website that is unrelated to the subject at hand, usually in
6 the form of advertising and links back to the spammer's own website. This
7 module can automatically detect spam, instantly unpublish it, and send
8 notification to the site administrator.
9
10
11 Features:
12 --------
13 - Written in PHP specifically for Drupal.
14 - Highly configurable.
15 - Automatically detects and unpublishes spam comments and other spam content.
16 - Automatically learns to detect spam in any language using Bayesian logic.
17 - Automatically learns and blocks spammer URLs.
18 - Automatically blacklists IPs of learned spammers, preventing them from
19 posting additional spam and wasting database resources.
20 - Detects repeated postings of the same identical content.
21 - Detects content containing too many links, or the same link over and over.
22 - Supports the creation of custom filters using powerful regular expressions.
23 - Can notify the user that his or her content was determined to be spam,
24 preventing confusion over why their content doesn't show up.
25 - Can notify the site administrator in an email when spam is detected.
26 - Provides 'report as spam' links allowing users to easily help detect spam.
27 - Provides simple administrative interfaces for reviewing spam content.
28 - Provides comprehensive logging to offer an understanding as to how and why
29 content is determined to be or not to be spam.
30
31
32 Add-ons:
33 -------
34 - Spam SURBL, adds support for 6 Spam URI Realtime Blocklists
35 (http://surbl.org)
36 - Trackback Blackhole, to block trackback spammers on sites that don't use
37 the trackback module.
38
39
40 Requires:
41 --------
42 - Drupal 4.5.x or 4.6.x
43
44
45 Credits:
46 -------
47 - Written by Jeremy Andrews <jeremy@kerneltrap.org>

  ViewVC Help
Powered by ViewVC 1.1.2