TODO items for Spamikaze developers. After the first entry has been completed, the others should be easier to do.

  • integrate the DNS query counting modules
  • implement the spamtrap/non-spamtrap ratio finding code (see FalsePositives)
  • move regular expressions for from_daemon() tests into a config file, have the code iterate over the regexps
  • add documentation on the new database layout

Done:

  • abstract out database operations for 0.2 database layout, as a separate module loaded from Spamikaze.pm (Done)
  • add another module with the new database operations (see DatabaseDesign), so both MySQL and Postgresql are supported (Done)