Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Extract domains from emails to check via surbl | Vsevolod Stakhov | 2010-09-29 | 2 | -15/+46 |
| | | | | | * Fixes to url extracter * Check urls in redirector even if they are listed in surbl whitelist | ||||
* | * Get message's headers more correctly | Vsevolod Stakhov | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | * Forgot to save | Vsevolod Stakhov | 2010-09-23 | 1 | -0/+3 |
| | |||||
* | Added tag 0.3.2, rspamd.xml.sample for changeset 7b83bc04fee5 | Vsevolod Stakhov | 2010-09-23 | 1 | -0/+3 |
| | |||||
* | * Explain sample config and cleanup it0.3.2 | Vsevolod Stakhov | 2010-09-23 | 1 | -13/+70 |
| | |||||
* | * Add trie interface to lua api | Vsevolod Stakhov | 2010-09-22 | 4 | -0/+151 |
| | |||||
* | * New trie based url scanner (based on libcamel) | Vsevolod Stakhov | 2010-09-21 | 7 | -164/+693 |
| | | | | | * Small fixes to rspamd perl client * Write fuzzy hashes info to log | ||||
* | * Fix stupid error when all checks can be done in a single pass | Vsevolod Stakhov | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | * Fix misprint (reported by az) | Vsevolod Stakhov | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | Added tag 0.3.2 for changeset 67fb1957d490 | Vsevolod Stakhov | 2010-09-16 | 1 | -0/+2 |
| | |||||
* | * Fix shared usage of statfiles | Vsevolod Stakhov | 2010-09-16 | 5 | -5/+53 |
| | | | | | | * Add invalidation of statfiles in case of learning, so now statfiles are invalidated in about a minute after learning * This should fix shared usage of statfile pool by several processes | ||||
* | Added tag 0.3.2 for changeset f0785a849d9c | Vsevolod Stakhov | 2010-09-15 | 1 | -0/+1 |
| | |||||
* | * One more path fix | Vsevolod Stakhov | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | * Add start script for linux systems | Vsevolod Stakhov | 2010-09-15 | 2 | -0/+137 |
| | |||||
* | * Fix paths | Vsevolod Stakhov | 2010-09-15 | 1 | -3/+4 |
| | |||||
* | * Test rpm package | Vsevolod Stakhov | 2010-09-15 | 1 | -8/+7 |
| | |||||
* | * Fix depends | Vsevolod Stakhov | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | * Prepare rspamd build infrastructure for creating rpm and deb packages | Vsevolod Stakhov | 2010-09-15 | 3 | -12/+536 |
| | |||||
* | * Write user's name to rspamd log | Vsevolod Stakhov | 2010-09-09 | 1 | -0/+8 |
| | |||||
* | * Fix Mail::Rspamd::Config for new rspamd features | Vsevolod Stakhov | 2010-09-03 | 2 | -63/+82 |
| | | | | * Use Mail::Rspamd::Config in rspamc client | ||||
* | * Prepare 0.3.2 | Vsevolod Stakhov | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | * Many fixes to statfile syncronization system | Vsevolod Stakhov | 2010-09-02 | 8 | -34/+80 |
| | | | | * Fixed statfile pool initialization and synchronization with disk | ||||
* | * Fix getting data wrapper for gmime24 | Vsevolod Stakhov | 2010-09-01 | 1 | -0/+2 |
| | |||||
* | * Assume all text/* content types as text/plain | Vsevolod Stakhov | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | * Add ability to check hashes of selected mime types | Vsevolod Stakhov | 2010-08-27 | 3 | -35/+173 |
| | | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images | ||||
* | * Make spf parser case insensitive | Vsevolod Stakhov | 2010-08-26 | 1 | -13/+13 |
| | |||||
* | * Fix races in fuzzy storage | Vsevolod Stakhov | 2010-08-26 | 2 | -17/+23 |
| | |||||
* | * Fix assertion while extracting internet address | Vsevolod Stakhov | 2010-08-26 | 1 | -6/+8 |
| | |||||
* | * Add ability to extract filename and size of images from lua | Vsevolod Stakhov | 2010-08-25 | 5 | -0/+38 |
| | |||||
* | * Add post filters to lua API - filters that would be called after all ↵ | Vsevolod Stakhov | 2010-08-25 | 9 | -22/+270 |
| | | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua | ||||
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 9 | -1/+397 |
| | | | | * Add lua api to access images properties | ||||
* | * Ignore rfc822 group addresses | Vsevolod Stakhov | 2010-08-19 | 1 | -6/+11 |
| | |||||
* | * Fix normalization for systems that have not tanhl function | Vsevolod Stakhov | 2010-08-18 | 1 | -2/+2 |
| | |||||
* | * Fix assertion while look up value in NULL hash (found by cirtin) | Vsevolod Stakhov | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | * Some fixes to fuzzy hashes expiration: | Vsevolod Stakhov | 2010-08-18 | 1 | -4/+15 |
| | | | | | | - add parameter 'max_mods' that defines how much modification should occure before syncing cache - sync cache on reload - increase modifications on deleting and on modifying | ||||
* | * Remove normalizer as it is winnow specific thing, so all statistic ↵ | Vsevolod Stakhov | 2010-08-13 | 3 | -14/+19 |
| | | | | algorithms now returns value from 0 to 1 | ||||
* | * Add bayesian classifier (initial version) | Vsevolod Stakhov | 2010-08-13 | 7 | -19/+418 |
| | |||||
* | * One more try to improve accuracy of winnow algorithm | Vsevolod Stakhov | 2010-08-06 | 2 | -13/+29 |
| | |||||
* | * Fixes to winnow learning | Vsevolod Stakhov | 2010-08-05 | 4 | -60/+135 |
| | |||||
* | * Fix wirting message id during fuzzy_add command | Vsevolod Stakhov | 2010-08-04 | 4 | -4/+15 |
| | | | | * Display weight of symbols correctly | ||||
* | * Consider lua plugins errors as fatal configuration errors | Vsevolod Stakhov | 2010-08-04 | 4 | -8/+22 |
| | |||||
* | * Fix some logic errors in learning | Vsevolod Stakhov | 2010-08-03 | 1 | -6/+8 |
| | |||||
* | * Do not output control characters if output is not terminal | Vsevolod Stakhov | 2010-08-03 | 1 | -17/+23 |
| | |||||
* | * Improve logic of learning messages: do not learn more than specific threshold | Vsevolod Stakhov | 2010-08-02 | 2 | -9/+83 |
| | | | | * Fix inserting results for symbols that were incorrectly (for example more than 1 time) defined in config file | ||||
* | * Add logging for fuzzy checks | Vsevolod Stakhov | 2010-08-02 | 2 | -5/+13 |
| | | | | * Add logging for learning | ||||
* | * Document composites | Vsevolod Stakhov | 2010-08-02 | 1 | -0/+21 |
| | |||||
* | * Fix inserting composite symbol | Vsevolod Stakhov | 2010-08-02 | 2 | -6/+2 |
| | | | | * Fix output of log line | ||||
* | * Output message id in rspamc reply | Vsevolod Stakhov | 2010-07-31 | 1 | -3/+8 |
| | |||||
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 7 | -18/+49 |
| | | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin) | ||||
* | * Fix quit command in controller interface | Vsevolod Stakhov | 2010-07-30 | 1 | -1/+1 |
| |