diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-06-23 15:37:54 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-06-23 15:37:54 +0100 |
commit | 04d457c57acfe40379af8792a33e22b661e6c7bf (patch) | |
tree | 4f81a7b76475e038146ce988871bfd1ebd7ab52e /centos/rspamd.spec | |
parent | 193c75e37b5f95c520646370a66a09034dab36e5 (diff) | |
download | rspamd-04d457c57acfe40379af8792a33e22b661e6c7bf.tar.gz rspamd-04d457c57acfe40379af8792a33e22b661e6c7bf.zip |
Release 0.9.70.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 <vsevolod@highsecure.ru>
Diffstat (limited to 'centos/rspamd.spec')
-rw-r--r-- | centos/rspamd.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index ee1d9e612..41ed91c1a 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.9.6 +Version: 0.9.7 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -236,6 +236,9 @@ fi %{_datadir}/rspamd/effective_tld_names.dat %changelog +* Tue Jun 23 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.7-1 +- Update to 0.9.7 + * Tue Jun 16 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.6-1 - Update to 0.9.6 |