[Rspamd] Add iso/img to bad extensions (#3753)

master
Dmitriy Alekseev 2020-09-12 13:21:12 +03:00 committed by GitHub
parent eb12c2f8cd
commit 7feb589b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ bad_extensions = {
shs = 4,
wsc = 4,
wsf = 4,
iso = 8,
img = 8
};
# Extensions that are particularly penalized for archives
@ -41,5 +43,5 @@ archive_extensions = {
rar = 1,
ace = 1,
7z = 1,
cab = 1,
cab = 1
};