commit 147324e: Oops, fix score for PKCS7 MIME types

heraklit256 heraklit256 at users.noreply.github.com
Thu Dec 27 18:28:12 UTC 2018


Author: heraklit256
Date: 2018-12-19 20:32:51 +0100
URL: https://github.com/rspamd/rspamd/commit/147324eac2d0873f4c354a8ad438c50fd823d6f4 (refs/pull/2688/head)

Oops, fix score for PKCS7 MIME types

---
 conf/mime_types.inc | 4 ++--
 1 file 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


More information about the Commits mailing list