commit c61f708: Added message/rfc822 to mime_types.inc

GitHub noreply at github.com
Thu Dec 27 18:28:05 UTC 2018


Author: Michael Kliewe
Date: 2018-12-09 20:06:16 +0100
URL: https://github.com/rspamd/rspamd/commit/c61f708d7d5ad305da6f958531c92316715794ff (refs/pull/2673/head)

Added message/rfc822 to mime_types.inc
message/rfc822 is the mimetype if you forward an email as attachment (.eml)
---
 conf/mime_types.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/mime_types.inc b/conf/mime_types.inc
index e63dff09a..117770081 100644
--- a/conf/mime_types.inc
+++ b/conf/mime_types.inc
@@ -1352,6 +1352,7 @@ message/global-headers 0
 message/http 0
 message/imdn+xml 0
 message/news 0
+message/rfc822 0
 message/s-http 0
 message/sip 0
 message/sipfrag 0


More information about the Commits mailing list