README 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Files:
  2. /org/lists.debian.org/cgi-bin/spam-report.pl
  3. logs info from the 'Report as Spam'-Button to
  4. /org/lists.debian.org/spam-log/spam-report.log
  5. /org/lists.debian.org/archive-spam-removals/bin/review0.cron
  6. moves logfiles around, and runs
  7. /org/lists.debian.org/archive-spam-removals/bin/review1-nominate.pl and
  8. /org/lists.debian.org/archive-spam-removals/bin/msgidreport2spamreport.pl
  9. /org/lists.debian.org/archive-spam-removals/bin/msgidreport2spamreport.pl
  10. reads in msg-id-nomination-files like
  11. /org/lists.debian.org/spam-log/queue-nominator.log (see below)
  12. /var/list/listspam/nominator.log (input from report-listspam-address)
  13. /org/lists.debian.org/spam-log/msgid-nominator.log (input from cgi-bin/nominate-for-review.pl)
  14. and tries to resolve it to links and store
  15. it in /org/lists.debian.org/spam-log/spam-report.log.0
  16. unresolvable msgids are stored in
  17. /org/lists.debian.org/spam-log/queue-nominator.log for the next run
  18. /org/lists.debian.org/archive-spam-removals/bin/review1-nominate.pl
  19. parses /org/lists.debian.org/spam-log/spam-report.log.0
  20. parses /org/lists.debian.org/spam-log/spam-review.log.0
  21. writes a cache-file to
  22. /org/lists.debian.org/archive-spam-removals/review/cache
  23. with all data we ever got from the files above.
  24. writes list-specific data-files with files to review to
  25. /org/lists.debian.org/archive-spam-removals/review/$list
  26. writes $list.spam-files to
  27. /org/lists.debian.org/archive-spam-removals/review/
  28. generates an index.html for links to review2.pl
  29. /org/lists.debian.org/cgi-bin/review/review1.pl
  30. parses /org/lists.debian.org/archive-spam-removals/review/$list
  31. parses /org/lists.debian.org/spam-log/spam-review.log
  32. generates a page with all lists that need reviews and links to
  33. review2.pl
  34. /org/lists.debian.org/cgi-bin/review/review2.pl
  35. parses /org/lists.debian.org/archive-spam-removals/review/$list
  36. generates a page with 10 IFRAMEs of posts needed to review, and
  37. rating-radio-buttons with a link to review3.pl
  38. /org/lists.debian.org/cgi-bin/review/review3.pl
  39. parses input from CGI review2.pl
  40. writes to /org/lists.debian.org/spam-log/spam-review.log
  41. /org/lists.debian.org/archive-spam-removals/bin/review-converter
  42. converts tomv's reportspam.py-results file in cords format.
  43. /org/lists.debian.org/archive-spam-removals/bin/merge-spam-files
  44. picks up the *.spam-files in
  45. /org/lists.debian.org/archive-spam-removals/spam-removals and its
  46. subdirs, checks and warns for no-matches and generates the
  47. /org/lists.debian.org/lists/$list/$year/$list-$year$month.spam-files
  48. for mhonarc and runs mhonarc on the changed archives.
  49. /org/lists.debian.org/archive-spam-removals/cgi-bin/nominate-for-review.pl
  50. interface for spam-reporting. see
  51. https://wiki.debian.org/Teams/ListMaster/ListArchiveSpam#Methods_to_Nominate_Spam_for_the_Review-Process