Spamikaze version 0.3 integrates the functionality that is used at PSBL.org, with exception of the evidence cgi script, which I need to find a way to integrate cleanly. Changelog: * Update documentation of dependencies (Erik Henson) * NNTP archiving of spam & non-spam spamtrap mail * The more scalable, IPv6 ready PostgreSQL schema is recommended * Received spamtrap email can be piped to a helper program * Reorganize directory layout of repository * Remove some ancient, no longer relevant files * Listing CGI script presents events in reverse sort order by date, newest events at the top * Update default non-spam regexps to what is used in production here * In daemon mode, automatically scale up (and down) the number of worker threads, as required * Move development to github http://github.com/rikvanriel/spamikaze/releases TODO for version 0.4: * integrate evidence fetching cgi script * more scalable table layout for MySQL, similar to PostgreSQL 3 tables * IPv6 support (requires new MySQL table schema) -- All rights reversed.
Great; I've deleted my old 0.2 fork attempt. Is there a full list of PHP modules yet? -- ERIC HENSON -----Original Message----- From: spamikaze-bounces@kernelnewbies.org [mailto:spamikaze-bounces@kernelnewbies.org] On Behalf Of Rik van Riel Sent: Sunday, May 03, 2015 11:15 PM To: spamikaze@kernelnewbies.org Subject: Spamikaze 0.3 released Spamikaze version 0.3 integrates the functionality that is used at PSBL.org, with exception of the evidence cgi script, which I need to find a way to integrate cleanly. Changelog: * Update documentation of dependencies (Erik Henson) * NNTP archiving of spam & non-spam spamtrap mail * The more scalable, IPv6 ready PostgreSQL schema is recommended * Received spamtrap email can be piped to a helper program * Reorganize directory layout of repository * Remove some ancient, no longer relevant files * Listing CGI script presents events in reverse sort order by date, newest events at the top * Update default non-spam regexps to what is used in production here * In daemon mode, automatically scale up (and down) the number of worker threads, as required * Move development to github http://github.com/rikvanriel/spamikaze/releases TODO for version 0.4: * integrate evidence fetching cgi script * more scalable table layout for MySQL, similar to PostgreSQL 3 tables * IPv6 support (requires new MySQL table schema) -- All rights reversed. _______________________________________________ Spamikaze mailing list Spamikaze@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/spamikaze
On 05/05/2015 12:59 PM, Eric Henson wrote:
Great; I've deleted my old 0.2 fork attempt. Is there a full list of PHP modules yet?
No, there is not. The perl cgi-bin scripts use the Spamikaze perl module, and support all database schemas automatically. The php scripts (which I have never used) appear to be hard coded to one of the MySQL database schemas. -- All rights reversed.
On 05/05/2015 01:07 PM, Rik van Riel wrote:
On 05/05/2015 12:59 PM, Eric Henson wrote:
Great; I've deleted my old 0.2 fork attempt. Is there a full list of PHP modules yet?
No, there is not. The perl cgi-bin scripts use the Spamikaze perl module, and support all database schemas automatically.
The php scripts (which I have never used) appear to be hard coded to one of the MySQL database schemas.
One thing I forgot to write in the previous email: while I do not have plans to work on the PHP scripts myself, I would be more than happy to integrate changes to make them do whatever people want them to do. -- All rights reversed.
participants (2)
-
Eric Henson -
Rik van Riel