diff options
author | Michael Kliewe <info@phpgangsta.de> | 2018-12-09 20:06:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 20:06:16 +0100 |
commit | c61f708d7d5ad305da6f958531c92316715794ff (patch) | |
tree | 606565b729d1b27ab59a1ecde5461ff6a6f711b7 /conf | |
parent | fe8d8e6e2a8c108421bf9863805b6563ae3303e7 (diff) | |
download | rspamd-c61f708d7d5ad305da6f958531c92316715794ff.tar.gz rspamd-c61f708d7d5ad305da6f958531c92316715794ff.zip |
Added message/rfc822 to mime_types.inc
message/rfc822 is the mimetype if you forward an email as attachment (.eml)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mime_types.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |