diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-25 16:06:57 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-25 16:06:57 +0000 |
commit | 72819f9a5be8eec845845bbea37fdc78e338c553 (patch) | |
tree | 67187b69e64c823ba4fd008bd7c59aa246441f34 /ChangeLog | |
parent | da534790069b2257cd91ef539e26f72427ca628d (diff) | |
download | rspamd-72819f9a5be8eec845845bbea37fdc78e338c553.tar.gz rspamd-72819f9a5be8eec845845bbea37fdc78e338c553.zip |
Release 1.2.11.2.1
* Add list support to `mime types` module configuration (by @moisseev)
* Allow symbols params to be printed in logs
* Fix `MIME_BAD_ATTACHMENT` false positives for MDN/DSN
* Fix crashes on arm32
* Do not classify message if some class is missing
* Fix cryptobox cleanup
* Remove multipart/report from bad mime types (#569)
* Improve logging for fuzzy hashes
* Show map URLs in webui
* Sort symbols in webui
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1.2.1: + * Add list support to `mime types` module configuration (by @moisseev) + * Allow symbols params to be printed in logs + * Fix `MIME_BAD_ATTACHMENT` false positives for MDN/DSN + * Fix crashes on arm32 + * Do not classify message if some class is missing + * Fix cryptobox cleanup + * Remove multipart/report from bad mime types (#569) + * Improve logging for fuzzy hashes + * Show map URLs in webui + * Sort symbols in webui + 1.2.0: * New dynamic updates plugin * Regular expressions map support |