diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2020-03-31 09:19:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 09:19:45 +0300 |
commit | 56efe1408a2248ed3efd84c043928025e5443eb4 (patch) | |
tree | 85068c8be1e4a3d1dea6fc156f12a5556cae98a4 | |
parent | bae50b5b9c55336f4ca8620d5ef72745ec0d593f (diff) | |
download | rspamd-56efe1408a2248ed3efd84c043928025e5443eb4.tar.gz rspamd-56efe1408a2248ed3efd84c043928025e5443eb4.zip |
[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 |