add class `m' to include message subtypes that can be treated
[unix-history] / usr / src / usr.sbin / sendmail / src / main.c
index a376639..8cf9ffe 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     8.131 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.132 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -881,6 +881,9 @@ main(argc, argv, envp)
        /* MIME Content-Types that cannot be transfer encoded */
        setclass('n', "multipart/signed");
 
        /* MIME Content-Types that cannot be transfer encoded */
        setclass('n', "multipart/signed");
 
+       /* MIME message/* subtypes that can be treated as messages */
+       setclass('m', "rfc822");
+
        /* MIME Content-Transfer-Encodings that can be encoded */
        setclass('e', "7bit");
        setclass('e', "8bit");
        /* MIME Content-Transfer-Encodings that can be encoded */
        setclass('e', "7bit");
        setclass('e', "8bit");