- Update to 3.7.2
- [Minor] Make compiling with backward-cpp optional by @a16bitsysop in #4639 - [Rules] Blank spam detection by @fatalbanana in #4644 - [Minor] Treat *.cue attachments as harmful by @twesterhever in #4642 - Dzjaivnt patch 1 by @dzjaivnt in #4640 - [WebUI] Add control to invert action filter by @moisseev in #4645 - [Fix] DMARC reporting: fix reporting for subdomains by @fatalbanana in #4587 - [Test] Banish luacheck from functional tests by @fatalbanana in #4648 - [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration by @fatalbanana in #4649 - [WebUI] Fix history table vanishing by @moisseev in #4661 - Tighten rspamd's attachment policy by @twesterhever in #4656 - [Minor] rbl: support use of different matchers for return codes by @fatalbanana in #4657 - Update to 3.7.1 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=92
This commit is contained in:
parent
267977b934
commit
d905cc941e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b3c796d14dd36c2d8342e60c89cf035628e80e1e03834dbf6af7ca43a64fbef
|
|
||||||
size 5899444
|
|
3
rspamd-3.7.2.tar.gz
Normal file
3
rspamd-3.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bc3fe6bcc26c197ccba9552fda0baa57f9a43bad9084d8d90b1bf901a20397e
|
||||||
|
size 5901479
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 26 18:25:54 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 3.7.2
|
||||||
|
- [Minor] Make compiling with backward-cpp optional by
|
||||||
|
@a16bitsysop in #4639
|
||||||
|
- [Rules] Blank spam detection by @fatalbanana in #4644
|
||||||
|
- [Minor] Treat *.cue attachments as harmful by @twesterhever in
|
||||||
|
#4642
|
||||||
|
- Dzjaivnt patch 1 by @dzjaivnt in #4640
|
||||||
|
- [WebUI] Add control to invert action filter by @moisseev in
|
||||||
|
#4645
|
||||||
|
- [Fix] DMARC reporting: fix reporting for subdomains by
|
||||||
|
@fatalbanana in #4587
|
||||||
|
- [Test] Banish luacheck from functional tests by @fatalbanana in
|
||||||
|
#4648
|
||||||
|
- [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration by
|
||||||
|
@fatalbanana in #4649
|
||||||
|
- [WebUI] Fix history table vanishing by @moisseev in #4661
|
||||||
|
- Tighten rspamd's attachment policy by @twesterhever in #4656
|
||||||
|
- [Minor] rbl: support use of different matchers for return codes
|
||||||
|
by @fatalbanana in #4657
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 7 21:56:26 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
Sat Oct 7 21:56:26 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: rspamd
|
Name: rspamd
|
||||||
Version: 3.7.1
|
Version: 3.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spam filtering system
|
Summary: Spam filtering system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -624,6 +624,7 @@ find /var/lib/rspamd/ -type f -name '*.unser' -delete -print ||:
|
|||||||
%{_datadir}/rspamd/rules/html.lua
|
%{_datadir}/rspamd/rules/html.lua
|
||||||
%{_datadir}/rspamd/rules/mid.lua
|
%{_datadir}/rspamd/rules/mid.lua
|
||||||
%{_datadir}/rspamd/rules/misc.lua
|
%{_datadir}/rspamd/rules/misc.lua
|
||||||
|
%{_datadir}/rspamd/rules/parts.lua
|
||||||
%{_datadir}/rspamd/rules/rspamd.lua
|
%{_datadir}/rspamd/rules/rspamd.lua
|
||||||
%{_datadir}/rspamd/rules/subject_checks.lua
|
%{_datadir}/rspamd/rules/subject_checks.lua
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user