diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-10 09:10:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-10 09:10:34 +0000 |
commit | a3f5dadc461fab8cd34f7819730cf0528d932dd7 (patch) | |
tree | 606565b729d1b27ab59a1ecde5461ff6a6f711b7 | |
parent | fe8d8e6e2a8c108421bf9863805b6563ae3303e7 (diff) | |
parent | c61f708d7d5ad305da6f958531c92316715794ff (diff) | |
download | rspamd-a3f5dadc461fab8cd34f7819730cf0528d932dd7.tar.gz rspamd-a3f5dadc461fab8cd34f7819730cf0528d932dd7.zip |
Merge pull request #2673 from PHPGangsta/patch-1
Added message/rfc822 to mime_types.inc
-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 |