You are here

README.txt in Spam 5

Overview:
--------
The trackback_blackhole module should only be enabled on Drupal sites that do
not use the trackback module.  It is intended to minimize the impact on
resources of a trackback spammer attempting to leave trackback spam on your
website.

With the trackback_blackhole module enabled, any attempts to post or view
trackbacks on your site will simply be greeted by a blank page.  This 
essentially short circuits the normal Drupal path, which would instead 
generate a 404 error.  The problem that this module attempts to solve is that
trackback spammers tend to post phenomenal amounts of trackback spam, and
generating a 404 error for each attempt is a waste of resources that can
ultimately lead to a Denial of Service.  Additionally, this prevents the
trackback attacks from filling your watchdog logs with repeated 404 errors.


Features:
--------
 - no configuration, simply enable the module
 - minimizes the impact of trackback spam attacks on sites that do not use the
   trackback module


Requires:
--------
 - Drupal 4.5.x or Drupal 4.6.x or Drupal 4.7.x


Credits:
-------
 - Written by Jeremy Andrews

File

trackback_blackhole/README.txt
View source
  1. Overview:
  2. --------
  3. The trackback_blackhole module should only be enabled on Drupal sites that do
  4. not use the trackback module. It is intended to minimize the impact on
  5. resources of a trackback spammer attempting to leave trackback spam on your
  6. website.
  7. With the trackback_blackhole module enabled, any attempts to post or view
  8. trackbacks on your site will simply be greeted by a blank page. This
  9. essentially short circuits the normal Drupal path, which would instead
  10. generate a 404 error. The problem that this module attempts to solve is that
  11. trackback spammers tend to post phenomenal amounts of trackback spam, and
  12. generating a 404 error for each attempt is a waste of resources that can
  13. ultimately lead to a Denial of Service. Additionally, this prevents the
  14. trackback attacks from filling your watchdog logs with repeated 404 errors.
  15. Features:
  16. --------
  17. - no configuration, simply enable the module
  18. - minimizes the impact of trackback spam attacks on sites that do not use the
  19. trackback module
  20. Requires:
  21. --------
  22. - Drupal 4.5.x or Drupal 4.6.x or Drupal 4.7.x
  23. Credits:
  24. -------
  25. - Written by Jeremy Andrews