- overrides.d should be override.d, this might require changes to
your configuration, please verify. - update to 1.8.3 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=29
This commit is contained in:
parent
f02c2d2be2
commit
ced8a507d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cacf6ea0cd72eebc085aa70acef9b3c928c100c9d05232e760b94fe41ac90df
|
||||
size 4308346
|
3
rspamd-1.8.3.tar.gz
Normal file
3
rspamd-1.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ad1808e8b56db954b29622976efca54785223beaa7b859b2cdb900408de8d7
|
||||
size 4319623
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 16:14:21 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- overrides.d should be override.d, this might require changes to
|
||||
your configuration, please verify.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 16:10:28 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- update to 1.8.3
|
||||
- [CritFix] Make flags mutually exclusive for mime parts
|
||||
- [CritFix] Strictly deny unencoded bad utf8 sequences in
|
||||
headers
|
||||
- [Feature] Add Kaspersky antivirus support
|
||||
- [Feature] Add method to get dkim results
|
||||
- [Feature] Add more words regexp classes
|
||||
- [Feature] Allow to choose words format in `rspamadm mime`
|
||||
- [Feature] Allow to get all types of words from Lua
|
||||
- [Feature] Allow to get task flags in C expressions
|
||||
- [Feature] Allow to require encryption when accepting
|
||||
connections
|
||||
- [Feature] Ignore bogus whitespaces in the words
|
||||
- [Feature] Implement more strict configuration tests
|
||||
- [Feature] Improve SPF results in Authentication-Results
|
||||
- [Feature] Support ClickHouse database
|
||||
- [Fix] Add failsafety for utf8 regexps
|
||||
- [Fix] Do not trigger BROKEN_CONTENT_TYPE on innocent text
|
||||
parts
|
||||
- [Fix] Emit error if connection has been terminated with no
|
||||
stop pattern
|
||||
- [Fix] Fix boundaries checks in embedded messages
|
||||
- [Fix] Fix double free
|
||||
- [Fix] Perform policy downgrade on sample out, add tests
|
||||
- [Fix] Properly escape utf8 regexps in hyperscan mode
|
||||
- [Fix] Selectors - attachments args condition
|
||||
- [Fix] Some fixes for raw parts
|
||||
- [Fix] Treat learning errors as non-fatal
|
||||
- [Fix] Use tld when looking for DKIM domains
|
||||
- [Project] Words unicode structure rework
|
||||
- [Project] Add preliminary Redis Sentinel support
|
||||
- [Project] Improve Authentication-Results header
|
||||
- [Project] Rework DKIM checks results
|
||||
- [Project] Use more generalised API to produce meta words
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 13:17:01 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%global _wwwdir /srv/www/webapps
|
||||
|
||||
Name: rspamd
|
||||
Version: 1.8.2
|
||||
Version: 1.8.3
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Spam filtering system
|
||||
@ -258,7 +258,7 @@ cat > %{buildroot}%{_sysconfdir}/%{name}/local.d/worker-proxy.inc << EOF
|
||||
#bind_socket = "/run/rspamd/worker-proxy.socket mode=0666";
|
||||
EOF
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}/overrides.d
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}/override.d
|
||||
|
||||
%pre
|
||||
%{_sbindir}/groupadd -r %{rspamd_group} 2>/dev/null || :
|
||||
@ -407,7 +407,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}/overrides.d
|
||||
%config(noreplace) %{_sysconfdir}/rspamd/modules.d/url_tags.conf
|
||||
%config(noreplace) %{_sysconfdir}/rspamd/modules.d/whitelist.conf
|
||||
|
||||
%dir %{_sysconfdir}/rspamd/overrides.d
|
||||
%dir %{_sysconfdir}/rspamd/override.d
|
||||
|
||||
%dir %{_datadir}/examples
|
||||
%dir %{_datadir}/examples/rspamd
|
||||
|
Loading…
x
Reference in New Issue
Block a user