[Rspamd] Return CAB to archive_extensions

This commit is contained in:
Dmitriy Alekseev 2021-11-18 11:47:56 +02:00 committed by GitHub
parent 54448bfd38
commit 95e57e3968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,6 @@ archive_extensions = {
arj = 1,
rar = 1,
ace = 1,
7z = 1
7z = 1,
cab = 1
};