diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2018-12-19 20:32:51 +0100 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2018-12-19 20:32:51 +0100 |
commit | 147324eac2d0873f4c354a8ad438c50fd823d6f4 (patch) | |
tree | 32ce911a99de6ff9478cabd865a11ce38acb29e6 /conf | |
parent | e36509986bcc059a99ca5c08d9a7d90c1f1217f5 (diff) | |
download | rspamd-147324eac2d0873f4c354a8ad438c50fd823d6f4.tar.gz rspamd-147324eac2d0873f4c354a8ad438c50fd823d6f4.zip |
Oops, fix score for PKCS7 MIME types
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mime_types.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/mime_types.inc b/conf/mime_types.inc index 117770081..746ed05ce 100644 --- a/conf/mime_types.inc +++ b/conf/mime_types.inc @@ -203,8 +203,8 @@ application/pidf+xml 0 application/pidf-diff+xml 0 application/pkcs10 0 application/pkcs12 0 -application/pkcs7-mime 0 -application/pkcs7-signature 0 +application/pkcs7-mime -1 +application/pkcs7-signature -1 application/pkcs8 0 application/pkix-attr-cert 0 application/pkix-cert 0 |