Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 0.9.70.9.7 | Vsevolod Stakhov | 2015-06-23 | 4 | -4/+21 |
| | | | | | | | | | | | | | | | | | * Add whitelist_exception setting to RBL module (by @fatalbanana) * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by @fatalbanana) * Fix extreme cases in bayes classifier. * Fix parsing of urls with '?' at the end of hostname. * Update interface. * Fix number of issues with webui interaction. * Fix saving maps. * Allow user@ and @domain matches in multimap. * Fix issues with bounces From processing. * Fix abs/fabs misuse. * Fix builds on suse and arch linux distributions. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Revert one bad convertation abs->fabs. | Vsevolod Stakhov | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | Fix abs/fabs misuse. | Vsevolod Stakhov | 2015-06-23 | 1 | -4/+4 |
| | |||||
* | Try to fix build on suse. | Vsevolod Stakhov | 2015-06-23 | 1 | -0/+3 |
| | |||||
* | Avoid gcc'ism. | Vsevolod Stakhov | 2015-06-23 | 1 | -10/+10 |
| | |||||
* | Avoid non-portable lua integers. | Vsevolod Stakhov | 2015-06-23 | 2 | -2/+3 |
| | |||||
* | Fix issues with bounces From processing. | Vsevolod Stakhov | 2015-06-23 | 4 | -11/+22 |
| | |||||
* | Allow user@ and @domain matches in multimap. | Vsevolod Stakhov | 2015-06-23 | 1 | -6/+32 |
| | |||||
* | Fix saving maps. | Vsevolod Stakhov | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | Fix number of issues with webui interaction. | Vsevolod Stakhov | 2015-06-23 | 2 | -56/+49 |
| | |||||
* | Update interface. | Vsevolod Stakhov | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Fix parsing of urls with '?' at the end of hostname. | Vsevolod Stakhov | 2015-06-23 | 1 | -1/+6 |
| | |||||
* | Fix extreme cases in bayes classifier. | Vsevolod Stakhov | 2015-06-23 | 1 | -5/+29 |
| | |||||
* | Merge pull request #301 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-22 | 3 | -1/+23 |
|\ | | | | | Rspamd 0.9: Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting | ||||
| * | Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting | Andrew Lewis | 2015-06-22 | 1 | -0/+2 |
| | | |||||
| * | Add whitelist_exception setting to RBL module | Andrew Lewis | 2015-06-22 | 2 | -1/+21 |
|/ | |||||
* | Release 0.9.60.9.6 | Vsevolod Stakhov | 2015-06-18 | 1 | -0/+11 |
| | | | | | | | | | | | | | | * Fix memory leak if mime cannot be parsed. * Fix dkim cache expiration. * Fix issues with redirector HTTP response. * Fix abnormal connection closing with certains messages with a high score (issue #296) * Fix redirector installation. * Use specific POE loop for some systems. * Fix number of issues in URL redirector. * Fix selecting URLs for sending to redirector. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Fix selecting URLs for sending to redirector. | Vsevolod Stakhov | 2015-06-17 | 1 | -1/+13 |
| | |||||
* | Sort dependencies. | Vsevolod Stakhov | 2015-06-16 | 1 | -4/+2 |
| | |||||
* | Store partial results in memcached. | Vsevolod Stakhov | 2015-06-16 | 1 | -2/+11 |
| | |||||
* | Fix loops in POE. | Vsevolod Stakhov | 2015-06-16 | 2 | -8/+4 |
| | |||||
* | Reformat redirector code (no functional changes). | Vsevolod Stakhov | 2015-06-16 | 1 | -385/+443 |
| | |||||
* | Fix numerous issues with redirector startup. | Vsevolod Stakhov | 2015-06-16 | 1 | -22/+34 |
| | |||||
* | Use specific POE loop for some systems. | Vsevolod Stakhov | 2015-06-16 | 1 | -0/+5 |
| | |||||
* | Fix shebang. | Vsevolod Stakhov | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Fix redirector installation. | Vsevolod Stakhov | 2015-06-16 | 1 | -0/+7 |
| | |||||
* | Update version number to 0.9.6. | Vsevolod Stakhov | 2015-06-16 | 3 | -2/+11 |
| | |||||
* | Update->add | Vsevolod Stakhov | 2015-06-16 | 1 | -2/+2 |
| | |||||
* | Fix digest invocation. | Vsevolod Stakhov | 2015-06-16 | 1 | -4/+4 |
| | |||||
* | Fix variable name. | Vsevolod Stakhov | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Fix issues with redirector HTTP response. | Vsevolod Stakhov | 2015-06-16 | 1 | -18/+30 |
| | |||||
* | Add workaround for #296. | Vsevolod Stakhov | 2015-06-16 | 1 | -4/+12 |
| | |||||
* | Fix dkim cache expiration. | Vsevolod Stakhov | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | Fix memory leak if mime cannot be parsed. | Vsevolod Stakhov | 2015-06-02 | 1 | -0/+1 |
| | |||||
* | Release 0.9.50.9.5 | Vsevolod Stakhov | 2015-05-29 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | * Avoid double free when extending HTTP message. * Fix double free if multiple classifiers are defined. * Fix misprint in spamassassin plugin. * Fix cpuid invocation on i386. * Fix ownership issues for zero-copy decode. * Allow __len metamethod on rspamd{text}. * Add base64 decoding lua utility. * Fix build on FreeBSD * Skip spaces at the beginning of mime messages. * DBL_ABUSE_REDIR should not have significant weight. * Allow to split by lua_regexp rspamd{text} objects. * Allow to specify custom stop pattern for lua_tcp. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Avoid double free when extending HTTP message. | Vsevolod Stakhov | 2015-05-29 | 1 | -0/+2 |
| | |||||
* | Fix double free if multiple classifiers are defined. | Vsevolod Stakhov | 2015-05-27 | 1 | -0/+1 |
| | |||||
* | If replacement cannot be applied, just remove regexp. | Vsevolod Stakhov | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | Fix misprint in spamassassin plugin. | Vsevolod Stakhov | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Fix i386 cpuid invocation. | Vsevolod Stakhov | 2015-05-26 | 1 | -8/+2 |
| | |||||
* | Add unit tests for b64 decoding and native encoding. | Vsevolod Stakhov | 2015-05-25 | 1 | -0/+41 |
| | |||||
* | Fix ownership issues for zero-copy decode. | Vsevolod Stakhov | 2015-05-25 | 1 | -4/+8 |
| | |||||
* | Allow __len metamethod on rspamd{text}. | Vsevolod Stakhov | 2015-05-25 | 1 | -0/+1 |
| | |||||
* | Add base64 decoding lua utility. | Vsevolod Stakhov | 2015-05-25 | 1 | -0/+59 |
| | |||||
* | Fix build on FreeBSD < 10. | Vsevolod Stakhov | 2015-05-24 | 1 | -3/+0 |
| | |||||
* | Skip spaces at the beginning of mime message. | Vsevolod Stakhov | 2015-05-24 | 1 | -2/+10 |
| | |||||
* | DBL_ABUSE_REDIR should not have significant weight. | Vsevolod Stakhov | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | Allow to split by lua_regexp rspamd{text} objects. | Vsevolod Stakhov | 2015-05-23 | 1 | -8/+37 |
| | |||||
* | Allow to specify custom stop pattern for lua_tcp. | Vsevolod Stakhov | 2015-05-21 | 1 | -0/+24 |
| | |||||
* | Release 0.9.40.9.4 | Vsevolod Stakhov | 2015-05-21 | 3 | -2/+18 |
| | | | | | | | | | | | | | | | | * Fix critical bugs in tokenization algorithm * Write unit tests for tokenization * Add documentation for lua_tcp * Switch off legacy tokenization by default. * Fix critical bugs in words normalization * Add lua bindings to tokenizer. * Implement storing of HTTP headers inside task * Add lua API to accerss HTTP headers data * Implemented base64 encoding suitable for MIME * Use caseless hash and equal functions for HTTP request headers. * Improve debian architectures support (by @dottedmag) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> |