1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 03:59:16 +00:00

Feat/rspamd 3.10.2 (#6122)

* rspamd: update to 3.10.2

* rspamd: fix broken archive_extension gz
This commit is contained in:
Niklas Meyer
2024-10-21 16:03:51 +02:00
committed by GitHub
parent 502a7100ca
commit b106945c73
2 changed files with 3 additions and 3 deletions

View File

@@ -57,5 +57,5 @@ bad_archive_extensions = {
# Used to detect another archive in archive
archive_extensions = {
tar = 1,
['tar.gz'] = 1,
};
gz = 1,
};