Skip to content
  1. Feb 25, 2011
  2. Jan 03, 2007
  3. Oct 23, 2005
  4. Apr 17, 2005
    • jeremy's avatar
      - spam.module · a3649e11
      jeremy authored
         o updated to work with Drupal 4.6
         o fixed issues with publishing/unpublishing nodes and comments
         o added ability to mass-delete spam nodes and comments
         o issue #17031: simplified statistics page (needs lots of work)
         o issue #14382: added ability to search/modify old comments
       - spam.mysql
         o issue #18411: mark all primary keys NOT NULL
      a3649e11
  5. Mar 09, 2005
    • jeremy's avatar
      - spam.module · 7dadeb3c
      jeremy authored
          o filter anonymous user contact information, if any
      7dadeb3c
  6. Mar 07, 2005
  7. Mar 05, 2005
  8. Feb 11, 2005
    • jeremy's avatar
      - spam.module · 84d830c5
      jeremy authored
          o fix bug #17177: missing %d when trying to add custom filter
            (Thanks DocSavage)
      84d830c5
  9. Feb 09, 2005
  10. Feb 08, 2005
    • jeremy's avatar
      - spam.module · ed103283
      jeremy authored
          o fix "auto delete spam" option to work if multiple filters match with
            different auto-delete settings.
          o add watchdog entries when deleting, publishing and unpublishing content
      ed103283
    • jeremy's avatar
      fix column order · 8aedd87a
      jeremy authored
      8aedd87a
    • jeremy's avatar
      o add "auto delete spam" option to custom filters, when enabled any new · 6af6af08
      jeremy authored
            content that matches the filter and is determined to be spam will be
            automatically (and silently) deleted
       - spam.mysql
          o added autodelete column (to update existing install, execute:)
      ALTER TABLE spam_custom ADD autodelete tinyint(1) unsigned default 0;
      6af6af08
  11. Feb 07, 2005
  12. Feb 06, 2005
  13. Feb 03, 2005
  14. Jan 22, 2005
  15. Jan 19, 2005
  16. Dec 30, 2004
    • jeremy's avatar
      sync · 5265bb7d
      jeremy authored
      5265bb7d
  17. Dec 23, 2004
    • jeremy's avatar
      - spam.module · 7283971c
      jeremy authored
          o added 'bypass spam filter' permission
      7283971c
  18. Dec 16, 2004
  19. Dec 13, 2004
    • jeremy's avatar
      - spam.module · 6dceed97
      jeremy authored
          o fix bug #14263: update comment statistics when publish/unpublish comment
      6dceed97
  20. Dec 10, 2004
    • jeremy's avatar
      - spam.module · 2416f8c6
      jeremy authored
          o add ability to limit the following:
             - total URLs per comment
             - repeat URLs per comment
             - total URLs per non-comment content
             - repeat URLs per non-comment content
            (if limit is crossed, content is marked as spam)
      2416f8c6
  21. Dec 09, 2004
    • jeremy's avatar
      - spam.module · eb5a87d6
      jeremy authored
          o added interface to add/edit/delete URL filters (spammer domains)
          o added help text for URL filters
      VS: ----------------------------------------------------------------------
      eb5a87d6
    • jeremy's avatar
      December 8, 2004 · a8ea3d89
      jeremy authored
       - spam.module
          o added a URL filter which quickly learns spammer URLs and provides an
            option to automatically block new comments and content that contain
            these spammer URLs.
          o fixed a cut&paste bug in the open relay filter which prevented it from
            ever working
          o updated tokenizer to find urls in and out of href tags
       NOTE: This change modifies the tokenizer.  For best results, you should
       rebuild all your spam tokens.  This is done by pointing to the following
       path on your site:  /admin/spam/rebuild/all
       WARNING: This will only work as intended if you have been saving your spam,
       unpublishing it as recommended rather than deleting it.  If you have been
       deleting your spam, doing a "rebuild all" will cause your Bayesian filter
       to forget everything it has learned to date.  (You will not loose any custom
       filters you may have configured.)
      a8ea3d89
  22. Dec 01, 2004
  23. Nov 12, 2004
  24. Nov 05, 2004
  25. Nov 04, 2004
    • jeremy's avatar
      - spam.module · f6ba10a6
      jeremy authored
          o statistics collection enabled by default
          o don't display false statistics if statistics collection is disabled
       - REDAME.txt
          o mention custom filter functionality
       - INSTALL.txt
          o created installation/configuration guide
      f6ba10a6