Commit Graph

142 Commits

Author SHA256 Message Date
608254e56a Accepting request 1251444 from server:mail
- Update to 3.11.1

OBS-URL: https://build.opensuse.org/request/show/1251444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=35
2025-03-10 17:04:00 +00:00
638da65b09 1.0.5
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=138
2025-03-08 20:01:27 +00:00
1110392421 Accepting request 1234471 from server:mail
we can enable hyperscan also on newer SLE 15 service packs

added ccb45df90d.patch
  To fix building without hyperscan

OBS-URL: https://build.opensuse.org/request/show/1234471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=34
2025-01-02 18:22:34 +00:00
757fa04ed2 Update changelog to make factory-auto bot happy
- added ccb45df90d.patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=136
2025-01-02 03:30:52 +00:00
01ef3677f8 - we can enable hyperscan also on newer SLE 15 service packs
- added ccb45df90d 
  To fix building without hyperscan

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=135
2024-12-25 20:29:50 +00:00
e400aad41c Accepting request 1233165 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=33
2024-12-24 15:26:14 +00:00
9d98dd80b8 - Update to 3.11.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=133
2024-12-16 16:34:23 +00:00
9d5ecf495f Accepting request 1221734 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1221734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=32
2024-11-06 15:56:41 +00:00
Andreas Schneider
896e38ae11 - Update to 3.10.3
- [Fix] move PluginDir to correct location to prevent recursive load of non plugins

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=131
2024-11-06 11:20:50 +00:00
5d1fb8bf45 Accepting request 1216667 from server:mail
- Update to 3.10.2
  - [CritFix] Fix ARC-Seal signing
  - [Fix] add EOF to openmetrics response in proxy and server

OBS-URL: https://build.opensuse.org/request/show/1216667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=31
2024-10-21 14:26:11 +00:00
7b6bf84418 - Update to 3.10.2
- [CritFix] Fix ARC-Seal signing
  - [Fix] add EOF to openmetrics response in proxy and server

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=129
2024-10-21 09:09:48 +00:00
3f4d4c7f58 Accepting request 1208437 from server:mail
- Update to 3.10.1
  - [Fix] Use correct type for keylen in lua_ucl_newindex by
    @arkamar in #5169
  - Update hiredis library removing all hacks by @vstakhov in #5167
  - Remove proxy from url_redirector.conf as it not the option by
    @dragoangel in #5164
  - chore(publicsuffix): update effective_tld_names.dat by @wdhdev
    in #5176
  - [Fix] Avoid null-bytes in Log-Tag header value by @smarsching
    in #5179
  - [Fix] Do not abort when OpenSSL is broken, report that to a
    user by @vstakhov in #5188
  - Some build fixes by @vstakhov in #5189
  - Some more fixes by @vstakhov in #5190

OBS-URL: https://build.opensuse.org/request/show/1208437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=30
2024-10-16 21:53:38 +00:00
cdc3aabc2a fix filelist
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=127
2024-10-16 11:40:05 +00:00
5c9f2916da - Update to 3.10.1
- [Fix] Use correct type for keylen in lua_ucl_newindex by
    @arkamar in #5169
  - Update hiredis library removing all hacks by @vstakhov in #5167
  - Remove proxy from url_redirector.conf as it not the option by
    @dragoangel in #5164
  - chore(publicsuffix): update effective_tld_names.dat by @wdhdev
    in #5176
  - [Fix] Avoid null-bytes in Log-Tag header value by @smarsching
    in #5179
  - [Fix] Do not abort when OpenSSL is broken, report that to a
    user by @vstakhov in #5188
  - Some build fixes by @vstakhov in #5189
  - Some more fixes by @vstakhov in #5190

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=126
2024-10-16 11:20:44 +00:00
edd9679ddb Accepting request 1205186 from server:mail
- Actually for all distros to use luajit and lua 5.1 ABI modules
  for the additional modules
- for non luajit enabled distros we also use lua 5.1 to build
  against as rspamd does not really support newer lua APIs
  
  https://github.com/rspamd/rspamd/issues/5163

- restore the overriden CMAKE_SHARED_LINKER_FLAGS but only remove
  the --undefined option as rspamd doesnt have its dependencies
  between parts of the code correct

- Simplify lua handling

- fix building the binaries with PIE 

- Update to 3.10.0

OBS-URL: https://build.opensuse.org/request/show/1205186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=29
2024-10-02 19:34:38 +00:00
060cb7f74d - Actually for all distros to use luajit and lua 5.1 ABI modules
for the additional modules
- for non luajit enabled distros we also use lua 5.1 to build
  against as rspamd does not really support newer lua APIs
  
  https://github.com/rspamd/rspamd/issues/5163

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=124
2024-10-02 11:13:41 +00:00
57b25ebcd6 - restore the overriden CMAKE_SHARED_LINKER_FLAGS but only remove
the --undefined option as rspamd doesnt have its dependencies
  between parts of the code correct

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=123
2024-10-02 10:32:46 +00:00
27b83fd8cd - Simplify lua handling
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=122
2024-10-02 10:25:07 +00:00
167b6c329e cleanup
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=121
2024-10-02 09:52:08 +00:00
11955792cb - Update to 3.10.0
- fix building the binaries with PIE

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=120
2024-09-30 20:36:01 +00:00
38f581456f Accepting request 1204600 from server:mail
- disable luajit until we actually package all the lua extensions
  for all interpreters. mixing luajit with lua built extensions
  is not working properly apparently
  https://github.com/rspamd/rspamd/discussions/4898
  https://github.com/rspamd/rspamd/discussions/4819
- loosen the Buildrequires for fmt to allow all versions. For older
  distros we will use the intree copy. We added the bundled
  provides in that case.

OBS-URL: https://build.opensuse.org/request/show/1204600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=28
2024-09-30 13:40:53 +00:00
7cb43f24e8 - disable luajit until we actually package all the lua extensions
for all interpreters. mixing luajit with lua built extensions
  is not working properly apparently
  https://github.com/rspamd/rspamd/discussions/4898
  https://github.com/rspamd/rspamd/discussions/4819
- loosen the Buildrequires for fmt to allow all versions. For older
  distros we will use the intree copy. We added the bundled
  provides in that case.

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=118
2024-09-29 23:28:58 +00:00
05aa6af59c Accepting request 1190637 from server:mail
- Update to 3.9.1
  - [Test] Use actions/setup-node by @moisseev in #5058
  - [Feature] Treat SPF +all in a special way by @vstakhov in #5059
  - [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063
  - Some tunes and fixes for GPT by @vstakhov in #5068

OBS-URL: https://build.opensuse.org/request/show/1190637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=27
2024-07-31 12:41:50 +00:00
861296436b - Update to 3.9.1
- [Test] Use actions/setup-node by @moisseev in #5058
  - [Feature] Treat SPF +all in a special way by @vstakhov in #5059
  - [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063
  - Some tunes and fixes for GPT by @vstakhov in #5068

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=116
2024-07-31 10:24:22 +00:00
0f1bd9bb9b Accepting request 1188680 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1188680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=26
2024-07-22 15:17:07 +00:00
9bd2b20f6d - New BR pkgconfig(libarchive) >= 3.0
- For pkgconfig(fmt) we need to allow the intree copy until our
  package is upgraded from 10 to at least 11

- Update to 3.9.0
  This ships a chatgpt feature, which is explained here:
  
  https://rspamd.com/misc/2024/07/03/gpt.html
  - [Feature] Add extraction type for from maps by @vstakhov in
    #4794
  - [Rework] Breaking: Do not report module as action by @moisseev
    in #4795
  - [Minor] Move server selection logic to common.js by @moisseev
    in #4796
  - [WebUI] Show pass-through module in History by @moisseev in
    #4798
  - [Feature] Allow to add templates to redis history prefix by
    @vstakhov in #4801
  - Deal with Connection and Host headers on proxying by @vstakhov
    in #4802
  - [Minor] configwizard: really use LOCAL_CONFDIR by @fatalbanana
    in #4804
  - [Fix] Resolve issue with bayes stat in rspamadm mode by
    @vstakhov in #4805
  - [Minor] rspamd_task API docs: fix broken link by @fatalbanana
    in #4807
  - [Minor] Add more returnbits to surbl configuration by
    @fatalbanana in #4803
  - [Feature] Support JSON logging when in syslog mode by @vstakhov
    in #4813

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=114
2024-07-12 12:59:25 +00:00
cf812adbf8 Accepting request 1178260 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1178260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=25
2024-06-03 15:44:37 +00:00
a011a7cc36 Accepting request 1175823 from home:dimstar:Factory
- BuildRequire pkgconfig(libhs) instead of vectorscan-devel: allow
  to work with the free hyperscan variant.

OBS-URL: https://build.opensuse.org/request/show/1175823
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=112
2024-06-03 09:16:53 +00:00
0d41df6906 Accepting request 1151217 from server:mail
- Update to 3.8.4
  - [Fix] Allow different template expansion parameters by
    @vstakhov in #4830

- Update to 3.8.3
  - This release includes a fix for a regression in redis_history
    which caused history to be recorded to a misnamed key. No other
    changes were introduced in this release

OBS-URL: https://build.opensuse.org/request/show/1151217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=24
2024-02-27 21:45:35 +00:00
3eb0c92b6c - Update to 3.8.4
- [Fix] Allow different template expansion parameters by
    @vstakhov in #4830

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=110
2024-02-26 11:26:19 +00:00
ba0abab42c - Update to 3.8.3
- This release includes a fix for a regression in redis_history
    which caused history to be recorded to a misnamed key. No other
    changes were introduced in this release

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=109
2024-02-25 20:43:28 +00:00
9b144daade Accepting request 1148323 from server:mail
- Update to 3.8.2
  - [Feature] Add extraction type for from maps by @vstakhov in
    #4794
  - [Rework] Breaking: Do not report module as action by @moisseev
    in #4795
  - [Minor] Move server selection logic to common.js by @moisseev
    in #4796
  - [WebUI] Show pass-through module in History by @moisseev in
    #4798
  - [Feature] Allow to add templates to redis history prefix by
    @vstakhov in #4801
  - Deal with Connection and Host headers on proxying by @vstakhov
    in #4802
  - [Minor] configwizard: really use LOCAL_CONFDIR by @fatalbanana
    in #4804
  - [Fix] Resolve issue with bayes stat in rspamadm mode by
    @vstakhov in #4805
  - [Minor] rspamd_task API docs: fix broken link by @fatalbanana
    in #4807
  - [Minor] Add more returnbits to surbl configuration by
    @fatalbanana in #4803
  - [Feature] Support JSON logging when in syslog mode by @vstakhov
    in #4813
  - Fix issues with URL fragment in HTTP requests by @vstakhov in
    #4814
  - [Fix] Encode headers in metadata exporter by @vstakhov in #4816
  - Improve Kaspersky AS integration by @vstakhov in #4806
  - Allow dynamic keypairs loading in fuzzy storage by @vstakhov in
    #4818
  - Build tests with CTest in Cmake by @vstakhov in #4822

OBS-URL: https://build.opensuse.org/request/show/1148323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=23
2024-02-20 20:16:44 +00:00
6c1bbed963 - Update to 3.8.2
- [Feature] Add extraction type for from maps by @vstakhov in
    #4794
  - [Rework] Breaking: Do not report module as action by @moisseev
    in #4795
  - [Minor] Move server selection logic to common.js by @moisseev
    in #4796
  - [WebUI] Show pass-through module in History by @moisseev in
    #4798
  - [Feature] Allow to add templates to redis history prefix by
    @vstakhov in #4801
  - Deal with Connection and Host headers on proxying by @vstakhov
    in #4802
  - [Minor] configwizard: really use LOCAL_CONFDIR by @fatalbanana
    in #4804
  - [Fix] Resolve issue with bayes stat in rspamadm mode by
    @vstakhov in #4805
  - [Minor] rspamd_task API docs: fix broken link by @fatalbanana
    in #4807
  - [Minor] Add more returnbits to surbl configuration by
    @fatalbanana in #4803
  - [Feature] Support JSON logging when in syslog mode by @vstakhov
    in #4813
  - Fix issues with URL fragment in HTTP requests by @vstakhov in
    #4814
  - [Fix] Encode headers in metadata exporter by @vstakhov in #4816
  - Improve Kaspersky AS integration by @vstakhov in #4806
  - Allow dynamic keypairs loading in fuzzy storage by @vstakhov in
    #4818
  - Build tests with CTest in Cmake by @vstakhov in #4822

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=107
2024-02-20 18:25:58 +00:00
5195e88ded Accepting request 1141777 from server:mail
- Update to 3.8.1
- Add Provides for user and group which are created in the %pre
  scriptlet.
  https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HG2JKUIKDTWQQIQSA43A4VWHX7YKJQT3/

OBS-URL: https://build.opensuse.org/request/show/1141777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=22
2024-01-26 21:48:17 +00:00
91725b2f0c - Add Provides for user and group which are created in the %pre
scriptlet.
  https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HG2JKUIKDTWQQIQSA43A4VWHX7YKJQT3/

- Update to 3.8.1
  - [Fix] Replace comment types by @arkamar in #4785
  - [Test] statistics: per-user by @fatalbanana in #4789
  - [Minor] rbl: fix warning by @fatalbanana in #4790

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=105
2024-01-26 16:07:29 +00:00
07ed68aea5 - Update to 3.8.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=104
2024-01-20 14:42:28 +00:00
89e113bd08 Accepting request 1134658 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1134658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=21
2023-12-22 21:42:56 +00:00
d7e8019fcf - Update to 3.7.5
- Test updates for rspamd-3.7 branch by @fatalbanana in #4708
  - Fix rspamadm lua logger in rspamd-3.7 (#/4727) by @fatalbanana
    in #4729
  - Some picks for rspamd-3.7 by @fatalbanana in #4731
  - rspamd-3.7: fix systemd logging by @fatalbanana in #4734
  - rspamd-3.7: [Fix] dkim_signing: siging_table: lowercase before
    lookup by @fatalbanana in #4737
- drop pwatches included in update:
  rspamd-d907a95.patch
- refreshed patches to apply cleanly again:
  fix_missing_return.patch
  rspamd-conf.patch
- While the fix for the logging bug was accepted into master. The
  3.7.5 release uses a different solution apparently. Update patch
  fix_stack_smash.patch.
  https://github.com/rspamd/rspamd/pull/4732#issuecomment-1858255236

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=102
2023-12-15 17:50:57 +00:00
df93fb9018 Accepting request 1132069 from server:mail
fix_stack_smash.patch: upstream rework of logging doesn't allocate
  enough memory for an array (bsc#1216830)

OBS-URL: https://build.opensuse.org/request/show/1132069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=20
2023-12-08 21:33:19 +00:00
0dca80afdf Add refs to patch
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=100
2023-12-08 10:10:56 +00:00
a039ffc796 Accepting request 1132062 from home:adamm:branches:server:mail
- fix_stack_smash.patch: upstream rework of logging doesn't allocate
  enough memory for an array (bsc#1216830)

OBS-URL: https://build.opensuse.org/request/show/1132062
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=99
2023-12-08 10:07:33 +00:00
bf729a0e5d Accepting request 1128152 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1128152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=19
2023-11-22 17:55:27 +00:00
001ea37d95 Accepting request 1128049 from home:Guillaume_G:branches:server:mail
- Add upstream patch to fix build without hyperscan:
  * rspamd-d907a95.patch

OBS-URL: https://build.opensuse.org/request/show/1128049
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=97
2023-11-22 15:27:38 +00:00
bff3765f19 Accepting request 1126462 from server:mail
- Update to 3.7.4
  - [Enhancement] Add composite rule for suspicious URLs in
    suspicious messages
  - [Fix] Another try to fix setproctitle
  - [Fix] Do not cleanup hyperscan files unless new ones are loaded
  - [Fix] Fix various issues with canonicalisation of the paths
  - [Fix] Properly set config field when creating tasks from Lua
  - [Fix] Set loaded variable explicitly
  - [Fix] known_senders: fix config handling
  - [Fix] rbl: fix exclude_local
  - [Minor] Add missing include for gcc 14
  - [Minor] Add rule for messages missing both X-Mailer and
    User-Agent header
  - [Minor] Bundle fasttext as linux distributives are just useless
  - [Minor] Enable fasttext on RPM based linux
  - [Minor] Forgot it in one more place
  - [Minor] Improve FREEMAIL_AFF capture rates
  - [Minor] Limit fasttext to amd64 only
  - [Minor] Properly search for fasttext include
  - [Minor] Treat *.zpaq attachments as archives and harmful
  - [Minor] force_actions: set a group for symbols
  - [WebUI] Update map editor

OBS-URL: https://build.opensuse.org/request/show/1126462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=18
2023-11-15 20:08:44 +00:00
1616cfb5c0 - Update to 3.7.4
- [Enhancement] Add composite rule for suspicious URLs in
    suspicious messages
  - [Fix] Another try to fix setproctitle
  - [Fix] Do not cleanup hyperscan files unless new ones are loaded
  - [Fix] Fix various issues with canonicalisation of the paths
  - [Fix] Properly set config field when creating tasks from Lua
  - [Fix] Set loaded variable explicitly
  - [Fix] known_senders: fix config handling
  - [Fix] rbl: fix exclude_local
  - [Minor] Add missing include for gcc 14
  - [Minor] Add rule for messages missing both X-Mailer and
    User-Agent header
  - [Minor] Bundle fasttext as linux distributives are just useless
  - [Minor] Enable fasttext on RPM based linux
  - [Minor] Forgot it in one more place
  - [Minor] Improve FREEMAIL_AFF capture rates
  - [Minor] Limit fasttext to amd64 only
  - [Minor] Properly search for fasttext include
  - [Minor] Treat *.zpaq attachments as archives and harmful
  - [Minor] force_actions: set a group for symbols
  - [WebUI] Update map editor

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=95
2023-11-14 20:44:00 +00:00
df99188e6c Accepting request 1120748 from server:mail
- Update to 3.7.3
  - [Fix] Emergency fix for the hyperscan path error

- 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/request/show/1120748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=17
2023-10-27 20:28:19 +00:00
ab2c4fab75 - Update to 3.7.3
- [Fix] Emergency fix for the hyperscan path error

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=93
2023-10-27 08:04:22 +00:00
d905cc941e - 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
2023-10-26 18:30:00 +00:00
ddc6137531 Accepting request 1117826 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1117826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=16
2023-10-15 17:27:58 +00:00
267977b934 - Update to 3.7.1
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=90
2023-10-07 22:02:15 +00:00