diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-19 15:31:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-19 15:31:55 +0100 |
commit | 571b1aa1c8dc51605f3fde2fab7008c8e3360d6a (patch) | |
tree | d3197a27e749d5139cf788a0a901c63f32a2fde5 /centos | |
parent | 4f9000c06bcf9131e14491b1c0e0a0a7544e2a9a (diff) | |
download | rspamd-0.9.tar.gz rspamd-0.9.zip |
Release 0.9.100.9.10rspamd-0.9
* Do not dereference null pointer on learning.
* Fix some extreme cases in BAYES.
* Add a workaround to avoid bad HTML messages breaking.
* Build with -O2 flags by default.
* Add constraints to limit DNS requests count per task.
* Add workaround for SURBL DNS flood.
* Set error if rspamd cannot learn anything.
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'centos')
-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 74a70a642..257771b52 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.9.9 +Version: 0.9.10 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -236,6 +236,9 @@ fi %{_datadir}/rspamd/effective_tld_names.dat %changelog +* Wed Aug 19 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.10-1 +- Update to 0.9.10 + * Fri Jul 03 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.9-1 - Update to 0.9.9 |