diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-20 12:26:55 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-20 12:26:55 +0000 |
commit | 3ba34325ab8ee1f231051bb3cbbd91094bdb44dd (patch) | |
tree | 5c3e72e6fa41017d8750d928b7fc0a3f2dea6036 /ChangeLog | |
parent | 515f3058be8517691a7bf171a2b0e5949e18f2ee (diff) | |
download | rspamd-3ba34325ab8ee1f231051bb3cbbd91094bdb44dd.tar.gz rspamd-3ba34325ab8ee1f231051bb3cbbd91094bdb44dd.zip |
Release 1.7.11.7.1
* [CritFix] Fix lowercase comparison
* [CritFix] Timezone defines seconds WEST UTC not East
* [Feature] Add filename to log format
* [Feature] Add lua rules squeezing
* [Feature] Add related symbols analysis to rspamd_stats
* [Feature] Remove upstream `X-Spam: Yes` header by default
* [Feature] rspamd_stats: Output progress info on STDERR
* [Feature] Whitelist for emails module
* [Fix] Do not allow dependencies on self
* [Fix] Do not cache metric result
* [Fix] Do not trust all issuers as a client certificate
* [Fix] Fix dependencies in lua squeeze
* [Fix] Fix enabling/disabling squeezed rules
* [Fix] Fix enabling/disabling symbols
* [Fix] Fix external dependencies
* [Fix] Fix processing of a single compressed file
* [Fix] Fix some typos
* [Fix] Fix various modules in case of empty message
* [Fix] Handle callbacks that returns table of options
* [Fix] Improve cached action interaction
* [Fix] Make dynamic conf more NaN aware
* [Fix] Never hide actions from WebUI `configuration` tab
* [Project] Implementation of Lua rules squeezing
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +1.7.1: 20 Mar 2018 + * [CritFix] Fix lowercase comparison + * [CritFix] Timezone defines seconds WEST UTC not East + * [Feature] Add filename to log format + * [Feature] Add lua rules squeezing + * [Feature] Add related symbols analysis to rspamd_stats + * [Feature] Remove upstream `X-Spam: Yes` header by default + * [Feature] rspamd_stats: Output progress info on STDERR + * [Feature] Whitelist for emails module + * [Fix] Do not allow dependencies on self + * [Fix] Do not cache metric result + * [Fix] Do not trust all issuers as a client certificate + * [Fix] Fix dependencies in lua squeeze + * [Fix] Fix enabling/disabling squeezed rules + * [Fix] Fix enabling/disabling symbols + * [Fix] Fix external dependencies + * [Fix] Fix processing of a single compressed file + * [Fix] Fix some typos + * [Fix] Fix various modules in case of empty message + * [Fix] Handle callbacks that returns table of options + * [Fix] Improve cached action interaction + * [Fix] Make dynamic conf more NaN aware + * [Fix] Never hide actions from WebUI `configuration` tab + * [Project] Implementation of Lua rules squeezing + 1.7.0: 12 Mar 2018 * [Conf] Add bayes_expiry as explicit module * [Conf] Adjust names and weights for neural network plugin |