diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 15:15:37 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 15:15:37 +0000 |
commit | 52819b1dfd9940ccd7f1cf99ce9a881378fa161e (patch) | |
tree | 7fa7ad73af64dd915660ce6c8cbd6009868cf6cd | |
parent | 0c2d9264a5ba79a013c5212a7d0d1541c0a58b41 (diff) | |
download | rspamd-52819b1dfd9940ccd7f1cf99ce9a881378fa161e.tar.gz rspamd-52819b1dfd9940ccd7f1cf99ce9a881378fa161e.zip |
Release 1.1.21.1.2
* Fix stat_cache closing
* Add checkpoints to sqlite3 learn cache
* Do not recompile lua generated headers all the time
* Increase number of messages learned
* Fix issues with dual stack and hfilter
* Disable MID checks for hfilter by default
* Fix cache definitions in multiple classifier and no type
* Don't crash if learn cache failed to initialize
* Fix googlegroups support in maillist plugin
* Rework flags LUA API:
- Allow to check for a specific flag
- Add `learn_spam`, `learn_ham` and `broken_headers` flags
- Unify internal functions
* Add `BROKEN_HEADERS` rule
* Add support for forged confirmation headers (by @AdUser)
* Allow `any`, `mime` and `smtp` for get_from/get_recipients
* Add mime types checking plugin
* Add rule to detect spammers attempts to cheat mime parsing
* Rework parsing of IP addresses in configuration (better IPv6 support)
* Add `util.parse_mail_address` function to LUA API
* Add lua sqlite3 module
* Implement synchronous redis call
* Ratelimit: avoid possible indexing of nil value (Fixes #498) (by @fatalbanana)
* Add stat_convert command to convert stats tokens from sqlite3 to redis
* Implement redis advanced lua api with pipelining
* Fix memory leak on redis stat (#500)
* Fix user/language learn count in sqlite statistics (#496) (by @fatalbanana)
* Fix build with custom pcre
* Fix fuzzy relearning (#498)
* Improve planning of asynchronous tasks
* Show slow rules in log
* Add warning for slow regexps
* Add base32 decode/encode routines to lua util
* Allow converting of learn cache from sqlite to redis
* Add methods to check if a messages has from/rcpts
* Improve and fix multimap plugin:
- Restore 'header' maps
- Add filters for headers
- Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters
- Add generic regexp filters
* Disable reload command in rc scripts
* Improve runtime CPU dispatcher for libcryptobox
* Add preliminary support of digital signatures via ed25519
* Add detection for RDRAND support
* Print configuration of crypto on start
* A in SPF presumes AAAA lookup as well
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +1.1.2: + * Fix stat_cache closing + * Add checkpoints to sqlite3 learn cache + * Do not recompile lua generated headers all the time + * Increase number of messages learned + * Fix issues with dual stack and hfilter + * Disable MID checks for hfilter by default + * Fix cache definitions in multiple classifier and no type + * Don't crash if learn cache failed to initialize + * Fix googlegroups support in maillist plugin + * Rework flags LUA API: + - Allow to check for a specific flag + - Add `learn_spam`, `learn_ham` and `broken_headers` flags + - Unify internal functions + * Add `BROKEN_HEADERS` rule + * Add support for forged confirmation headers (by @AdUser) + * Allow `any`, `mime` and `smtp` for get_from/get_recipients + * Add mime types checking plugin + * Add rule to detect spammers attempts to cheat mime parsing + * Rework parsing of IP addresses in configuration (better IPv6 support) + * Add `util.parse_mail_address` function to LUA API + * Add lua sqlite3 module + * Implement synchronous redis call + * Ratelimit: avoid possible indexing of nil value (Fixes #498) (by @fatalbanana) + * Add stat_convert command to convert stats tokens from sqlite3 to redis + * Implement redis advanced lua api with pipelining + * Fix memory leak on redis stat (#500) + * Fix user/language learn count in sqlite statistics (#496) (by @fatalbanana) + * Fix build with custom pcre + * Fix fuzzy relearning (#498) + * Improve planning of asynchronous tasks + * Show slow rules in log + * Add warning for slow regexps + * Add base32 decode/encode routines to lua util + * Allow converting of learn cache from sqlite to redis + * Add methods to check if a messages has from/rcpts + * Improve and fix multimap plugin: + - Restore 'header' maps + - Add filters for headers + - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters + - Add generic regexp filters + * Disable reload command in rc scripts + * Improve runtime CPU dispatcher for libcryptobox + * Add preliminary support of digital signatures via ed25519 + * Add detection for RDRAND support + * Print configuration of crypto on start + * A in SPF presumes AAAA lookup as well + 1.1.1: * Fix duplicated XBL symbol * Reduce log severity for ratelimit missing servers |