Changes between Version 12 and Version 13 of ProtectionFromSpam


Ignore:
Timestamp:
Oct 4, 2014, 1:05:52 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtectionFromSpam

    v12 v13  
    22= Dealing with spam =
    33
    4 Spammers may attack your project's web site in two ways:
     4Spammers may attack your project's web site in various ways:
    55
    66 * Creating spam profiles.
    77 * Posting spam on the message boards.
     8 * Create teams whose descriptions are spam.
    89
    910The spam typically contains links to commercial web sites
     
    2122delete_spammers.php [--days N] [--test] command
    2223}}}
    23 '''--days N''': if present, only accounts created in the last N days are deleted.
     24'''--days N''': if present, only items created in the last N days are deleted.
    2425
    25 '''--test''': if present, print the accounts that would be deleted, but don't delete them.
     26'''--test''': if present, print the items that would be deleted, but don't delete them.
    2627
    2728'''command''' is one of:
     
    4445'''--id_range N M''': delete users with database IDs N to M inclusive.
    4546Use this only for accounts with no hosts.
     47
     48'''--teams''': delete teams that
     49  * have 0 or 1 members
     50  * have 0 total credit
     51  * are not BOINC-Wide teams
     52  * have descriptions containing a link
    4653
    4754== Preventing automated profile creation ==