diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-19 17:10:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-19 17:10:21 +0100 |
commit | 27ea426985396eb76987c33c619f3ea40f42e600 (patch) | |
tree | 944f892e370e12d380506b65f8481b4adad8a0c8 | |
parent | cd6c82631ac716d2f5bfe09228baf075e996ee1b (diff) | |
download | rspamd-1.5.6.tar.gz rspamd-1.5.6.zip |
Release 1.5.61.5.6
* [Feature] Add unigramms support in bayes
* [Feature] Allow configurable sign headers for DKIM
* [Feature] Allow to add unigramm metatokens from Lua
* [Feature] DKIM Signing: envelope match exception for local IPs
* [Feature] UCL: register parser variables from Lua
* [Fix] Always try to adjust filename
* [Fix] Do extra copy to ensure that original content is never touched
* [Fix] Fix SPOOF_REPLYTO rule
* [Fix] Ignore Rmilter added Received
* [Fix] More fixes for hashed email dnsbls
* [Fix] Plug memory leak in chartable module
* [WebUI] Display multiple alerts at once
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1.5.6: + * [Feature] Add unigramms support in bayes + * [Feature] Allow configurable sign headers for DKIM + * [Feature] Allow to add unigramm metatokens from Lua + * [Feature] DKIM Signing: envelope match exception for local IPs + * [Feature] UCL: register parser variables from Lua + * [Fix] Always try to adjust filename + * [Fix] Do extra copy to ensure that original content is never touched + * [Fix] Fix SPOOF_REPLYTO rule + * [Fix] Ignore Rmilter added Received + * [Fix] More fixes for hashed email dnsbls + * [Fix] Plug memory leak in chartable module + * [WebUI] Display multiple alerts at once + + 1.5.5: * [CritFix] Fix classifier learning with Redis backend * [CritFix] Fix issue when parsing encoded rfc822/messages |