-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdraft-melnikov-mmhs-profile.xml
3144 lines (2978 loc) · 127 KB
/
draft-melnikov-mmhs-profile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc rfcedstyle="yes"?>
<?rfc subcompact="no"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes" ?>
<?rfc inline="yes" ?>
<rfc ipr="trust200902" category="info" docName='draft-melnikov-mmhs-profile-09'>
<front>
<title abbrev="MMHS over SMTP">
Military Message Handling System (MMHS) over SMTP Profile
</title>
<author initials="A." surname="Melnikov" fullname="Alexey Melnikov">
<organization>Isode Ltd</organization>
<address>
<postal>
<street>5 Castle Business Village</street>
<street>36 Station Road</street>
<city>Hampton</city>
<region>Middlesex</region>
<code>TW12 2BX</code>
<country>UK</country>
</postal>
<email>[email protected]</email>
</address>
</author>
<author initials="G." surname="Lunt" fullname="Graeme Lunt">
<organization>SMHS Ltd</organization>
<address>
<postal>
<street>Bescar Moss Farm</street>
<street>Bescar Lane</street>
<city>Ormskirk</city>
<code>L40 9QN</code>
<country>UK</country>
</postal>
<email>[email protected]</email>
</address>
</author>
<author initials="A." surname="Ross" fullname="Alan Ross">
<organization>SMHS Ltd</organization>
<address>
<postal>
<street>Bescar Moss Farm</street>
<street>Bescar Lane</street>
<city>Ormskirk</city>
<code>L40 9QN</code>
<country>UK</country>
</postal>
<email>[email protected]</email>
</address>
</author>
<date year="2015"/>
<keyword>MMHS</keyword>
<keyword>SMTP</keyword>
<keyword>email</keyword>
<keyword>elements of service</keyword>
<abstract>
<t>
A Military Message Handling System (MMHS) processes formal messages ensuring release, distribution, security, and timely delivery across national and international strategic and tactical networks. The MMHS Elements of Service have been defined as a set of extensions to the ITU-T X.400 (1992) international standards and are specified in STANAG 4406 Edition 2 or ACP 123.
</t>
<t>
This document specifies how a messaging service that meets these service definitions can be provided using the SMTP family of protocols. It defines a profile that can be used by those wishing to ensure that these services are provided.
</t>
</abstract>
</front>
<middle>
<section title="Introduction">
<section title="Overview">
<t>
A Military Message Handling System (MMHS) processes formal messages ensuring release,
distribution, security, and timely delivery across national and international
strategic and tactical networks. The MMHS Elements of Service are defined as
a set of extensions to the ITU-T X.400 (1992) international standards and are specified
in STANAG 4406 Edition 2 or <xref target="ACP123"/>. This document specifies an MMHS Profile for how a comparable
messaging service can be provided using Email Message Format <xref target="RFC5322"/>,
SMTP <xref target="RFC5321"/> and their extensions.
</t>
</section>
<section title="MMHS Profile Summary">
<t>
This non-normative section provides a summary of the sections in this document that specifies the MMHS Profile; refer to the sections that follow for a normative specification of the MMHS Profile.
</t>
<t>
The fundamental purpose of STANAG 4406 Edition 2 or <xref target="ACP123"/> is to define a common message service to be provided between all participating organisations (or domains). STANAG 4406 Edition 2 and <xref target="ACP123"/> achieve this by defining the Military Messaging Elements of Service (EoS) that are required to be supported. <xref target="ACP123"/> defines EoS as 'abstractions that describe features of a system for which the user of that system has direct access'. Note for the purposes of this MMHS Profile a 'user' can be described as: an end user; an organisation (or domain); a Mail User Agent (MUA); a Mail Submission Agent (MSA); a Mail Transfer Agent (MTA); or, Mail Delivery Agent (MDA).
</t>
<t>
The MMHS Profile adopts the EoS defined in <xref target="ACP123"/>.
</t>
<t>
<xref target="Elements-of-Service"/> provides a developer-friendly summary (<xref target="Profile-Support"/>) and a detailed definition (<xref target="Basic-Elements-of-Service"/>, <xref target="Optional-Elements-of-Service"/> and <xref target="Military-Elements-of-Service"/>) that specifies:
<list style="symbols">
<t>
the mandatory and optional EoS to be supported in order to claim conformance to this MMHS Profile; and,
</t>
<t>
the relevant IETF RFC Standard that provides the comparable EoS.
</t>
</list>
</t>
<t>
<xref target="Security-Services"/> describes generic security services independent of the mechanisms used to provide the security (<xref target="General-Security-Elements-of-Service"/>) and profiles the use of Secure Multipurpose Internet Mail Extensions (S/MIME) protocols (<xref target="RFC5751"/>, <xref target="RFC5652"/> and <xref target="RFC2634"/>) and DomainKeys Identified Mail (DKIM) Signatures (<xref target="RFC6376"/>) for implementing these security services (<xref target="Security-Profile"/>).
</t>
<t>
In order to implement an MMHS a number of components are typically deployed to support <xref target="ACP123"/>. The MMHS profile (defined in this document) identifies the requirements on the following SMTP MMHS components in order to claim conformance with the EoS specified in <xref target="Elements-of-Service"/> and the security services specified in <xref target="Security-Services"/> (Note: additional SMTP extensions that provide additional SMTP functionality but do not have equivalent <xref target="ACP123"/> EoS are also included in these sections):
<list style="symbols">
<t>
Mail User Agent (<xref target="mua-reqs"/>);
</t>
<t>
Mail Submission Agent (<xref target="msa-reqs"/>); and,
</t>
<t>
Mail Transfer Agent (<xref target="mta-reqs"/>);
</t>
</list>
</t>
</section>
</section>
<section title="Conventions Used in This Document">
<t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in
this document are to be interpreted as described in
<xref target="RFC2119"/>.
</t>
<!--
<t>
In examples, "C:" and "S:" indicate lines sent by the client and
server respectively. Line breaks that do not start a new "C:" or
"S:" exist for editorial reasons and are not a part of the protocol.
</t>
-->
</section>
<section title="Elements of Service" anchor="Elements-of-Service">
<section title="Introduction">
<t>
The military messaging elements of service are adopted from <xref target="ACP123"/>.
</t>
<t>
Many of these elements of service are derived from the X.400 standards upon which <xref target="ACP123"/> is based.
</t>
<t>
Note that some of the X.400 elements of service do not have an equivalent in a SMTP messaging system. It is not the intention of this profile to define additional SMTP functionality and consequently a number of the military messaging elements of service are not supported by this profile.
</t>
<t>
Specifically, the physical delivery, conversion (implicit or explicit) and alternate recipient elements of service are not supported by this profile.
</t>
<t>
This profile adopts, where appropriate, header fields that are defined in <xref target="RFC2156"/> to support X.400 elements of service that support military messaging elements of service. <xref target="RFC2156"/> has already addressed the issue of conveying many of the X.400 elements of service within an SMTP messaging system.
</t>
</section>
<section title="Profile Support" anchor="Profile-Support">
<texttable>
<!--
<preamble></preamble>
-->
<ttcol align="left" width="25%">Element of Service</ttcol>
<ttcol align="left">ACP123 Reference</ttcol>
<ttcol align="left">Support</ttcol>
<ttcol align="left">SMTP Standard</ttcol>
<ttcol align="left" width="20%">Header Field or SMTP Parameter</ttcol>
<c>
<xref target="Access-Management">Access Management</xref>
</c>
<c>
205a
</c>
<c>
MUST
</c>
<c>
<xref target="RFC4954"/>, <xref target="RFC3207"/>
</c>
<c>
N/A
</c>
<c>
<xref target="Content-Type-Indication">Content Type Indication</xref>
</c>
<c>
205b
</c>
<c>
MUST
</c>
<c>
<xref target="RFC6477"/>, 3.2
</c>
<c>
MMHS-Extended-Authorization-Info
</c>
<c>
<xref target="Converted-Indication">Converted Indication</xref>
</c>
<c>
205c
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Delivery-Time-Stamp-Indication">Delivery Time Stamp Indication</xref>
</c>
<c>
205d
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5322"/>, 3.6.7
</c>
<c>
Received
</c>
<c>
<xref target="MM-Identification">MM Identification</xref>
</c>
<c>
205e
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5322"/>, 3.6.4
</c>
<c>
Message-ID
</c>
<c>
<xref target="Message-Identification">Message Identification</xref>
</c>
<c>
205f
</c>
<c>
MUST
</c>
<c>
<xref target="RFC3461"/>, 4.4
</c>
<c>
ENVID
</c>
<c>
<xref target="Non-Delivery-Notification">Non-delivery Notification</xref>
</c>
<c>
205g
</c>
<c>
MUST
</c>
<c>
<xref target="RFC3461"/>, 4.1
</c>
<c>
NOTIFY=FAILURE
</c>
<c>
<xref target="Original-Encoded-Information-Types">Original Encoded Information Types</xref>
</c>
<c>
205h
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 2.3.1.1
</c>
<c>
Original-Encoded-Information-Types
</c>
<c>
<xref target="Submission-Time-Stamp-Indication">Submission Time Stamp Indication</xref>
</c>
<c>
205i
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5322"/>, 3.6.7
</c>
<c>
Received
</c>
<c>
<xref target="Typed-Body">Typed Body</xref>
</c>
<c>
205j
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2045"/>, 5
</c>
<c>
Content-Type
</c>
<c>
<xref target="User-UA-Capabilities-Registration">User/UA Capabilities Registration</xref>
</c>
<c>
205k
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Alternate-Recipient-Allowed">Alternate Recipient Allowed</xref>
</c>
<c>
206a
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Alternate-Recipient-Assignment">Alternate Recipient Assignment</xref>
</c>
<c>
206b
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Authorizing-Users-Indication">Authorizing Users Indication</xref>
</c>
<c>
206c
</c>
<c>
MUST
</c>
<c>
<xref target="I-D.melnikov-mmhs-authorizing-users"/>
</c>
<c>
MMHS-Authorizing-Users
</c>
<c>
<xref target="Auto-Forwarded-Indication">Auto-forwarded Indication</xref>
</c>
<c>
206d
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 2.3.1.2
</c>
<c>
Autoforwarded
</c>
<c>
<xref target="Blind-Copy-Recipient-Indication">Blind Copy Recipient Indication</xref>
</c>
<c>
206e
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5322"/>, 3.6.3
</c>
<c>
Bcc
</c>
<c>
<xref target="Body-Part-Encryption-Indication">Body Part Encryption Indication</xref>
</c>
<c>
206f
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Conversion-Prohibited">Conversion Prohibited</xref>
</c>
<c>
206g
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 5.3.6
</c>
<c>
Conversion
</c>
<c>
<xref target="Conversion-Prohibition-Loss">Conversion Prohibition in Case of Loss of Information</xref>
</c>
<c>
206h
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 5.3.6
</c>
<c>
Conversion-With-Loss
</c>
<c>
<xref target="Cross-Referencing-Indication">Cross Referencing Indication</xref>
</c>
<c>
206i
</c>
<c>
MAY
</c>
<c>
<xref target="RFC5322"/>, 3.6.4
</c>
<c>
References
</c>
<c>
<xref target="Deferred-Delivery">Deferred Delivery</xref>
</c>
<c>
206j
</c>
<c>
MAY
</c>
<c>
<xref target="RFC4865" />, 3.6.4
</c>
<c>
HOLDUNTIL
</c>
<c>
<xref target="Deferred-Delivery-Cancellation">Deferred Delivery Cancellation</xref>
</c>
<c>
206k
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Delivery-Notification">Delivery Notification</xref>
</c>
<c>
206l
</c>
<c>
MUST
</c>
<c>
<xref target="RFC3461"/>, 4.1
</c>
<c>
NOTIFY=SUCCESS
</c>
<c>
<xref target="Designation-of-Recipient">Designation of Recipient by Directory Name</xref>
</c>
<c>
206m
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Disclosure-of-Other">Disclosure of Other Recipients</xref>
</c>
<c>
206n
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="DL-Expansion-History-Indication">DL Expansion History Indication</xref>
</c>
<c>
206o
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="DL-Expansion-Prohibited">DL Expansion Prohibited</xref>
</c>
<c>
206p
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Expiry-Date-Indication">Expiry Date Indication</xref>
</c>
<c>
206q
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2156"/>, 2.3.1.2
</c>
<c>
Expires
</c>
<c>
<xref target="Explicit-Conversion">Explicit Conversion</xref>
</c>
<c>
206r
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Forwarded-MM-Indication">Forwarded MM Indication</xref>
</c>
<c>
206s
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2046"/>, 5.2
</c>
<c>
Content-Type: message/rfc822
</c>
<c>
<xref target="Grade-Of-Delivery-Selection">Grade of Delivery Selection</xref>
</c>
<c>
206t
</c>
<c>
MUST
</c>
<c>
<xref target="RFC6758"/>
</c>
<c>
MT-Priority
</c>
<c>
<xref target="Hold-For-Delivery">Hold for Delivery</xref>
</c>
<c>
206u
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Incomplete-Copy-Indication">Incomplete Copy Indication</xref>
</c>
<c>
206v
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 2.3.1.2
</c>
<c>
Incomplete-Copy
</c>
<c>
<xref target="Language-Indication">Language Indication</xref>
</c>
<c>
206w
</c>
<c>
MAY
</c>
<c>
<xref target="RFC3282"/>, 2
</c>
<c>
Content-Language
</c>
<c>
<xref target="Latest-Delivery-Designation">Latest Delivery Designation</xref>
</c>
<c>
206x
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2852"/>, 4
</c>
<c>
BY
</c>
<c>
<xref target="Multi-Destination-Delivery">Multi-destination Delivery</xref>
</c>
<c>
206y
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5321"/>, 2.1
</c>
<c>
RCPT TO
</c>
<c>
<xref target="Multi-Part-Body">Multi-part Body</xref>
</c>
<c>
206z
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2046"/>, 25.1.3
</c>
<c>
Content-Type: multipart/mixed
</c>
<c>
<xref target="Non-Receipt-Notification-Request-Indication">Non-receipt Notification Request Indication</xref>
</c>
<c>
206aa
</c>
<c>
MUST
</c>
<c>
<xref target="RFC3798"/>, 2.1
</c>
<c>
Disposition-Notification-To
</c>
<c>
<xref target="Obsoleting-Indication">Obsoleting Indication</xref>
</c>
<c>
206ab
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 2.3.1.2
</c>
<c>
Supersedes
</c>
<c>
<xref target="Originator-Indication">Originator Indication</xref>
</c>
<c>
206ac
</c>
<c>
MUST
</c>
<c>
<xref target="RFC5322"/>, 3.6.2
</c>
<c>
Sender
</c>
<c>
<xref target="Originator-Requested-Alternate-Recipient">Originator Requested Alternate Recipient</xref>
</c>
<c>
206ad
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Prevention-Of-Non-Delivery-Notification">Prevent of Non-delivery Notification</xref>
</c>
<c>
206ae
</c>
<c>
MAY
</c>
<c>
<xref target="RFC3461"/>, 4.1
</c>
<c>
NOTIFY=NEVER
</c>
<c>
<xref target="Primary-And-Copy-Recipients-Indication">Primary and Copy Recipients Indication</xref>
</c>
<c>
206af
</c>
<c>
MAY
</c>
<c>
<xref target="RFC5322"/>, 3.6.3
</c>
<c>
To, Cc
</c>
<c>
<xref target="Receipt-Notification-Request-Indication">Receipt Notification Request Indication</xref>
</c>
<c>
206ag
</c>
<c>
MUST
</c>
<c>
<xref target="RFC3798"/>, 2.1
</c>
<c>
Disposition-Notification-To
</c>
<c>
<xref target="Redirection-Disallowed-By-Originator">Redirection Disallowed By Originator</xref>
</c>
<c>
206ah
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Redirection-Of-Incoming-Messages">Redirection of Incoming Messages</xref>
</c>
<c>
206ai
</c>
<c>
N/A
</c>
<c>
<xref target="RFC5228"/>, 4.2? Maybe?
</c>
<c>
N/A
</c>
<c>
<xref target="Reply-Request-Indication">Reply Request Indication</xref>
</c>
<c>
206ab
</c>
<c>
N/A
</c>
<c>
<xref target="RFC5322"/> - no requesting mechanism
</c>
<c>
N/A
</c>
<c>
<xref target="Replying-MM-Indication">Replying MM Indication</xref>
</c>
<c>
206ak
</c>
<c>
MUST
</c>
<c>
<xref target="RFC2156"/>, 3.6.4
</c>
<c>
In-Reply-To
</c>
<c>
<xref target="Requested-Preferred-Delivery-Method">Requested Preferred Delivery Method</xref>
</c>
<c>
206al
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Subject-Indication">Subject Indication</xref>
</c>
<c>
206am
</c>
<c>
MAY
</c>
<c>
<xref target="RFC2156"/>, 3.6.5
</c>
<c>
Subject
</c>
<c>
<xref target="Use-Of-Distribution-List">Use of Distribution List</xref>
</c>
<c>
206an
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
N/A
</c>
<c>
<xref target="Primary-Precedence">Primary Precedence</xref>
</c>
<c>
212a
</c>
<c>
MUST
</c>
<c>
<xref target="RFC6477"/>, 3.8
</c>
<c>
MMHS-Primary-Precedence
</c>
<c>
<xref target="Copy-Precedence">Copy Precedence</xref>
</c>
<c>
212b
</c>
<c>
MUST
</c>
<c>
<xref target="RFC6477"/>, 3.9
</c>
<c>
MMHS-Copy-Precedence
</c>
<c>
<xref target="Message-Type">Message Type</xref>
</c>
<c>
212c
</c>
<c>
MUST
</c>
<c>
<xref target="RFC6477"/>, 3.10
</c>
<c>
MMHS-Message-Type
</c>
<c>
<xref target="Exempted-Addresses">Exempted Addresses</xref>
</c>
<c>
212d
</c>
<c>
MAY
</c>
<c>
<xref target="RFC6477"/>, 3.1
</c>
<c>
MMHS-Exempted-Address
</c>
<c>
<xref target="Extended-Authorization-Info">Extended Authorization Info</xref>