From 3320f78db032d1a5a3f9fd8808642c317d7f3ed9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 2 May 2017 14:26:54 +0100 Subject: [PATCH] Release 1.5.7 * [CritFix] Fix corruption when multiple fuzzy are defined * [CritFix] Fix learn condition in fuzzy check * [Feature] Add rules to detect bad 8bit characters in From and To * [Feature] DKIM signing: sign_networks/local address specific use_domain settings * [Feature] Support numeric arguments for Redis requests * [Fix] Deal with 8bit characters in email addresses * [Fix] Fix couple of issues in FORWARDED rule * [Fix] Fix passing data to log helper when many symbols defined * [Fix] Fix R_BAD_CTE_7BIT rule * [Fix] Fix REPLYTO_UNPARSEABLE rule * [Fix] Fix setting of email address * [Fix] Rspamadm grep: Disable Lua patterns in string search by default * [Minor] Add Lua 5.3 workaround * [Minor] Add lua methods to detect if a part has 8bit characters * [Minor] Allow session-less lua dns requests * [Minor] Allow to append greylist end time to message reported * [Minor] Avoid `nil` table * [Minor] Disable dkim_signing if redis is specified but not configured * [Minor] Fix build with pcre2 * [Minor] Fix rule * [Minor] Fix warnings * [Minor] Format floating point number * [Minor] Push email flags to the lua API * [Minor] Silence some warnings * [Minor] Silence warning * [Minor] Try all hostname regexps to find the most significant one * [WebUI] Fix add header filter in history Signed-off-by: Vsevolod Stakhov --- CMakeLists.txt | 2 +- ChangeLog | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 550442ed2..4b46a97ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_PATCH 7) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) diff --git a/ChangeLog b/ChangeLog index b311e75dc..f0b4839b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1.5.7: + * [CritFix] Fix corruption when multiple fuzzy are defined + * [CritFix] Fix learn condition in fuzzy check + * [Feature] Add rules to detect bad 8bit characters in From and To + * [Feature] DKIM signing: sign_networks/local address specific use_domain settings + * [Feature] Support numeric arguments for Redis requests + * [Fix] Deal with 8bit characters in email addresses + * [Fix] Fix couple of issues in FORWARDED rule + * [Fix] Fix passing data to log helper when many symbols defined + * [Fix] Fix R_BAD_CTE_7BIT rule + * [Fix] Fix REPLYTO_UNPARSEABLE rule + * [Fix] Fix setting of email address + * [Fix] Rspamadm grep: Disable Lua patterns in string search by default + * [Minor] Add Lua 5.3 workaround + * [Minor] Add lua methods to detect if a part has 8bit characters + * [Minor] Allow session-less lua dns requests + * [Minor] Allow to append greylist end time to message reported + * [Minor] Avoid `nil` table + * [Minor] Disable dkim_signing if redis is specified but not configured + * [Minor] Fix build with pcre2 + * [Minor] Fix rule + * [Minor] Fix warnings + * [Minor] Format floating point number + * [Minor] Push email flags to the lua API + * [Minor] Silence some warnings + * [Minor] Silence warning + * [Minor] Try all hostname regexps to find the most significant one + * [WebUI] Fix add header filter in history + 1.5.6: * [Feature] Add unigramms support in bayes * [Feature] Allow configurable sign headers for DKIM -- 2.39.5