From 04d457c57acfe40379af8792a33e22b661e6c7bf Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 23 Jun 2015 15:37:54 +0100 Subject: Release 0.9.7 * Add whitelist_exception setting to RBL module (by @fatalbanana) * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by @fatalbanana) * Fix extreme cases in bayes classifier. * Fix parsing of urls with '?' at the end of hostname. * Update interface. * Fix number of issues with webui interaction. * Fix saving maps. * Allow user@ and @domain matches in multimap. * Fix issues with bounces From processing. * Fix abs/fabs misuse. * Fix builds on suse and arch linux distributions. Signed-off-by: Vsevolod Stakhov --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed67d0b67..6f9a58deb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +0.9.7: + * Add whitelist_exception setting to RBL module (by @fatalbanana) + * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by + @fatalbanana) + * Fix extreme cases in bayes classifier. + * Fix parsing of urls with '?' at the end of hostname. + * Update interface. + * Fix number of issues with webui interaction. + * Fix saving maps. + * Allow user@ and @domain matches in multimap. + * Fix issues with bounces From processing. + * Fix abs/fabs misuse. + * Fix builds on suse and arch linux distributions. + 0.9.6: * Fix memory leak if mime cannot be parsed. * Fix dkim cache expiration. -- cgit v1.2.3