README 481 B

1234567891011121314151617181920212223
  1. Plugin to check submitted notices with blogspam.net
  2. When new notices are saved, we check their text with blogspam.net (or
  3. a compatible service).
  4. Blogspam.net is supposed to catch blog comment spam. Some of its tests
  5. (min/max size, bayesian match) gave a lot of false positives so those
  6. tests are turned off by default.
  7. Installation
  8. ============
  9. add "addPlugin('BlogspamNet');"
  10. to the bottom of your config.php
  11. Settings
  12. ========
  13. none
  14. Example
  15. =======
  16. addPlugin('BlogspamNet');