This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Rspamd] Return CAB to archive_extensions
Dmitriy Alekseev
3 years ago
parent
54448bfd38
commit
95e57e3968
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
data/conf/rspamd/local.d/mime_types.conf
+ 2
- 1
data/conf/rspamd/local.d/mime_types.conf
View File
@@ -42,5 +42,6 @@ archive_extensions = {
arj = 1,
rar = 1,
ace = 1,
- 7z = 1
+ 7z = 1,
+ cab = 1
};