diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-24 14:05:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-24 14:05:08 +0000 |
commit | 898a828cf646830dff0d4edb24104a6152196bb8 (patch) | |
tree | b32034ed83864906b1357e5c6cba60695f6dd82b /ChangeLog | |
parent | 20c12e03f62dc5f67e3b8466fae69f00ab335611 (diff) | |
download | rspamd-898a828cf646830dff0d4edb24104a6152196bb8.tar.gz rspamd-898a828cf646830dff0d4edb24104a6152196bb8.zip |
Release 0.7.60.7.6
* Apply boundary fix for dkim simple canonization
* Fix ping command
* Return nil if header was not found in lua_task
* Fix hang in upstreams revive logic
* Decode entitles when normalizing HTML parts
* Fix logic of finding URLs in HTML parts
* Do not include \0 into length of text when performing conversion to utf8
* Fix raw vs parsed reperesentations
Raw parts are now:
- decoded b64/qp, but *NOT* converted to utf-8
Processed parts are now:
- converted to UTF-8
- normalized if needed (e.g. HTML tags are stripped)
* Rework DKIM canonization to line based
* Fix fuzzy hashes addding
* Use more specific hash function for fuzzy
* Fix leaking of iconv descriptors
* Fix PTR resolving in lua resolver
* Rework spf module.
- Copy data to memory pool as cached record might be destroyed causing
freed memory being passed to the protocol output (use after free)
- Allow SPF_NEUTRAL policy to be handled separately
- Add R_SPF_NEUTRAL to the default config
* Rework `register_symbols` function
* Allow to disable components of hfilter
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +0.7.6: + * Apply boundary fix for dkim simple canonization + * Fix ping command + * Return nil if header was not found in lua_task + * Fix hang in upstreams revive logic + * Decode entitles when normalizing HTML parts + * Fix logic of finding URLs in HTML parts + * Do not include \0 into length of text when performing conversion to utf8 + * Fix raw vs parsed reperesentations + Raw parts are now: + - decoded b64/qp, but *NOT* converted to utf-8 + Processed parts are now: + - converted to UTF-8 + - normalized if needed (e.g. HTML tags are stripped) + * Rework DKIM canonization to line based + * Fix fuzzy hashes addding + * Use more specific hash function for fuzzy + * Fix leaking of iconv descriptors + * Fix PTR resolving in lua resolver + * Rework spf module. + - Copy data to memory pool as cached record might be destroyed causing + freed memory being passed to the protocol output (use after free) + - Allow SPF_NEUTRAL policy to be handled separately + - Add R_SPF_NEUTRAL to the default config + * Rework `register_symbols` function + * Allow to disable components of hfilter + 0.7.5: * Fix owner when creating folder /run/rspamd (by @sfirmery) * Fix IP validity checks |