[Rspamd] Adjust CAB score detection

Adjust CAB score detection, as CAB content can't be extracted by Rspamd
master
Dmitriy Alekseev 2021-11-18 10:14:24 +02:00 committed by GitHub
parent deb15d97b1
commit 54448bfd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ bad_extensions = {
ps1 = 4, ps1 = 4,
ace = 4, ace = 4,
arj = 4, arj = 4,
cab = 3, cab = 20,
vbs = 20, vbs = 20,
hta = 4, hta = 4,
shs = 4, shs = 4,
@ -42,6 +42,5 @@ archive_extensions = {
arj = 1, arj = 1,
rar = 1, rar = 1,
ace = 1, ace = 1,
7z = 1, 7z = 1
cab = 1
}; };