diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-31 10:26:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 10:26:11 +0100 |
commit | 1471922ed2ab6e72e2c5f5f66121624ede4418d5 (patch) | |
tree | 85068c8be1e4a3d1dea6fc156f12a5556cae98a4 | |
parent | bae50b5b9c55336f4ca8620d5ef72745ec0d593f (diff) | |
parent | 56efe1408a2248ed3efd84c043928025e5443eb4 (diff) | |
download | rspamd-1471922ed2ab6e72e2c5f5f66121624ede4418d5.tar.gz rspamd-1471922ed2ab6e72e2c5f5f66121624ede4418d5.zip |
Merge pull request #3315 from moisseev/patch-2
[Minor] Add missing CT badness values
-rw-r--r-- | conf/maps.d/mime_types.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/maps.d/mime_types.inc b/conf/maps.d/mime_types.inc index 69ee97e90..3fc17339c 100644 --- a/conf/maps.d/mime_types.inc +++ b/conf/maps.d/mime_types.inc @@ -1126,10 +1126,10 @@ application/wordperfect5.1 0 application/wsdl+xml 0 application/wspolicy+xml 0 application/x-msdownload 0 -application/x-pkcs12 +application/x-pkcs12 0 application/x-www-form-urlencoded 0 -application/x-tar -application/x-x509-ca-cert +application/x-tar 0 +application/x-x509-ca-cert 0 application/x-zip-compressed 0 application/x400-bp 0 application/xacml+xml 0 |