Changes between Version 12 and Version 13 of ProtectionFromSpam
- Timestamp:
- Oct 4, 2014, 1:05:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtectionFromSpam
v12 v13 2 2 = Dealing with spam = 3 3 4 Spammers may attack your project's web site in twoways:4 Spammers may attack your project's web site in various ways: 5 5 6 6 * Creating spam profiles. 7 7 * Posting spam on the message boards. 8 * Create teams whose descriptions are spam. 8 9 9 10 The spam typically contains links to commercial web sites … … 21 22 delete_spammers.php [--days N] [--test] command 22 23 }}} 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. 24 25 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. 26 27 27 28 '''command''' is one of: … … 44 45 '''--id_range N M''': delete users with database IDs N to M inclusive. 45 46 Use 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 46 53 47 54 == Preventing automated profile creation ==