aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.70.9.7Vsevolod Stakhov2015-06-234-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 Stakhov2015-06-231-2/+2
|
* Fix abs/fabs misuse.Vsevolod Stakhov2015-06-231-4/+4
|
* Try to fix build on suse.Vsevolod Stakhov2015-06-231-0/+3
|
* Avoid gcc'ism.Vsevolod Stakhov2015-06-231-10/+10
|
* Avoid non-portable lua integers.Vsevolod Stakhov2015-06-232-2/+3
|
* Fix issues with bounces From processing.Vsevolod Stakhov2015-06-234-11/+22
|
* Allow user@ and @domain matches in multimap.Vsevolod Stakhov2015-06-231-6/+32
|
* Fix saving maps.Vsevolod Stakhov2015-06-231-2/+2
|
* Fix number of issues with webui interaction.Vsevolod Stakhov2015-06-232-56/+49
|
* Update interface.Vsevolod Stakhov2015-06-231-0/+0
|
* Fix parsing of urls with '?' at the end of hostname.Vsevolod Stakhov2015-06-231-1/+6
|
* Fix extreme cases in bayes classifier.Vsevolod Stakhov2015-06-231-5/+29
|
* Merge pull request #301 from fatalbanana/rspamd-0.9Vsevolod Stakhov2015-06-223-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 whitelistingAndrew Lewis2015-06-221-0/+2
| |
| * Add whitelist_exception setting to RBL moduleAndrew Lewis2015-06-222-1/+21
|/
* Release 0.9.60.9.6Vsevolod Stakhov2015-06-181-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 Stakhov2015-06-171-1/+13
|
* Sort dependencies.Vsevolod Stakhov2015-06-161-4/+2
|
* Store partial results in memcached.Vsevolod Stakhov2015-06-161-2/+11
|
* Fix loops in POE.Vsevolod Stakhov2015-06-162-8/+4
|
* Reformat redirector code (no functional changes).Vsevolod Stakhov2015-06-161-385/+443
|
* Fix numerous issues with redirector startup.Vsevolod Stakhov2015-06-161-22/+34
|
* Use specific POE loop for some systems.Vsevolod Stakhov2015-06-161-0/+5
|
* Fix shebang.Vsevolod Stakhov2015-06-161-1/+1
|
* Fix redirector installation.Vsevolod Stakhov2015-06-161-0/+7
|
* Update version number to 0.9.6.Vsevolod Stakhov2015-06-163-2/+11
|
* Update->addVsevolod Stakhov2015-06-161-2/+2
|
* Fix digest invocation.Vsevolod Stakhov2015-06-161-4/+4
|
* Fix variable name.Vsevolod Stakhov2015-06-161-1/+1
|
* Fix issues with redirector HTTP response.Vsevolod Stakhov2015-06-161-18/+30
|
* Add workaround for #296.Vsevolod Stakhov2015-06-161-4/+12
|
* Fix dkim cache expiration.Vsevolod Stakhov2015-06-121-1/+1
|
* Fix memory leak if mime cannot be parsed.Vsevolod Stakhov2015-06-021-0/+1
|
* Release 0.9.50.9.5Vsevolod Stakhov2015-05-292-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 Stakhov2015-05-291-0/+2
|
* Fix double free if multiple classifiers are defined.Vsevolod Stakhov2015-05-271-0/+1
|
* If replacement cannot be applied, just remove regexp.Vsevolod Stakhov2015-05-261-0/+4
|
* Fix misprint in spamassassin plugin.Vsevolod Stakhov2015-05-261-1/+1
|
* Fix i386 cpuid invocation.Vsevolod Stakhov2015-05-261-8/+2
|
* Add unit tests for b64 decoding and native encoding.Vsevolod Stakhov2015-05-251-0/+41
|
* Fix ownership issues for zero-copy decode.Vsevolod Stakhov2015-05-251-4/+8
|
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
|
* Add base64 decoding lua utility.Vsevolod Stakhov2015-05-251-0/+59
|
* Fix build on FreeBSD < 10.Vsevolod Stakhov2015-05-241-3/+0
|
* Skip spaces at the beginning of mime message.Vsevolod Stakhov2015-05-241-2/+10
|
* DBL_ABUSE_REDIR should not have significant weight.Vsevolod Stakhov2015-05-231-1/+1
|
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
|
* Allow to specify custom stop pattern for lua_tcp.Vsevolod Stakhov2015-05-211-0/+24
|
* Release 0.9.40.9.4Vsevolod Stakhov2015-05-213-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>