You are here

README.txt in Spam 5

Same filename in this branch
  1. 5 README.txt
  2. 5 trackback_blackhole/README.txt
Same filename and directory in other branches
  1. 5.3 README.txt
  2. 6 README.txt
Overview:
--------
The spam module is a powerful collection of tools designed to help website
administrators to automatically deal with spam.  Spam is any content that
is posted to a website that is unrelated to the subject at hand, usually in
the form of advertising and links back to the spammer's own website.  This
module can automatically detect spam, instantly unpublish it, and send
notification to the site administrator.


Features:
--------
 - Written in PHP specifically for Drupal.
 - Highly configurable.
 - Automatically detects and unpublishes spam comments and other spam content.
 - Automatically learns to detect spam in any language using Bayesian logic.
 - Automatically learns and blocks spammer URLs.
 - Automatically blacklists IPs of learned spammers, preventing them from
   posting additional spam and wasting database resources.
 - Detects repeated postings of the same identical content.
 - Detects content containing too many links, or the same link over and over.
 - Supports the creation of custom filters using powerful regular expressions.
 - Can notify the user that his or her content was determined to be spam,
   preventing confusion over why their content doesn't show up.
 - Can notify the site administrator in an email when spam is detected.
 - Provides 'report as spam' links allowing users to easily help detect spam.
 - Provides simple administrative interfaces for reviewing spam content.
 - Provides comprehensive logging to offer an understanding as to how and why
   content is determined to be or not to be spam.


Requires:
--------
 - Drupal 5.x


Credits:
-------
 - Written by Jeremy Andrews <jeremy@kerneltrap.org>

File

README.txt
View source
  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. Features:
  10. --------
  11. - Written in PHP specifically for Drupal.
  12. - Highly configurable.
  13. - Automatically detects and unpublishes spam comments and other spam content.
  14. - Automatically learns to detect spam in any language using Bayesian logic.
  15. - Automatically learns and blocks spammer URLs.
  16. - Automatically blacklists IPs of learned spammers, preventing them from
  17. posting additional spam and wasting database resources.
  18. - Detects repeated postings of the same identical content.
  19. - Detects content containing too many links, or the same link over and over.
  20. - Supports the creation of custom filters using powerful regular expressions.
  21. - Can notify the user that his or her content was determined to be spam,
  22. preventing confusion over why their content doesn't show up.
  23. - Can notify the site administrator in an email when spam is detected.
  24. - Provides 'report as spam' links allowing users to easily help detect spam.
  25. - Provides simple administrative interfaces for reviewing spam content.
  26. - Provides comprehensive logging to offer an understanding as to how and why
  27. content is determined to be or not to be spam.
  28. Requires:
  29. --------
  30. - Drupal 5.x
  31. Credits:
  32. -------
  33. - Written by Jeremy Andrews