From: Vsevolod Stakhov Date: Wed, 19 Apr 2017 16:10:21 +0000 (+0100) Subject: Release 1.5.6 X-Git-Tag: 1.5.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ea426985396eb76987c33c619f3ea40f42e600;p=thirdparty%2Frspamd.git Release 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 Signed-off-by: Vsevolod Stakhov --- diff --git a/ChangeLog b/ChangeLog index b447d720a0..b311e75dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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