datatracker/ietf/templates/liaisons/guide_from_ietf.html
Henrik Levkowetz a3c8adfdf6 Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in.
- Legacy-Id: 6344
Note: SVN reference [6337] has been migrated to Git commit d0d1d949a9328da6c4e30d8f5e0d14ffb204e678
2013-10-02 21:53:28 +00:00

64 lines
4 KiB
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}{% load ietf_filters %}
{% block title %}Liaison Statements from the IETF - Guidelines for Completing the "Cc:" Field{% endblock %}
{% block content %}
<h1>Liaison Statements from the IETF <br>Guidelines for Completing the "Cc:" Field</h1>
<p>The individuals copied on a liaison statement that is sent BY the IETF to another Standards Development Organization (SDO) depend on the IETF entity that is sending the liaison statement.
The following table provides guidelines for completing the "Cc:" field of liaison statements that are sent by the IETF.</p>
<p>For definitive information on generating liaison statements, please
see:</p>
<ul>
<li><a href="{{ "4052"|rfcurl }}">RFC 4052 (BCP 102), "IAB Processes for Management of IETF Liaison Relationships."</a></li>
<li><a href="{{ "4053"|rfcurl }}">RFC 4053 (BCP 103),
"Procedures for Handling Liaison Statements to and from the IETF."</a></li>
</ul>
<table cellspacing="0" cellpadding="3" border="1" bgcolor="#ffffff">
<tr>
<td colspan="2"><center><b>Liaison Statements FROM the IETF</b></center></td></tr>
<tr align="center">
<td><b>Submitting Entity</b> <sup><small>(1)</small></sup></td>
<td><b>"Cc:" Field</b> <sup><small>(1, 2, 3)</small></sup></td></tr>
<tr>
<td><ul><li>The IAB </li></td>
<td><ul><li><a href="/liaison/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
<li>The IAB Chair (if not the submitter)&lt;iab-chair@iab.org&gt;<br><br>
<li>The IAB &lt;iab@iab.org&gt;</li></td></tr>
<tr>
<td><ul><li>The IESG </li></td>
<td><ul><li><a href="/liaison/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
<li>The IETF Chair (if not the submitter)&lt;chair@ietf.org&gt;<br><br>
<li>The IESG &lt;iesg@ietf.org&gt;</li></td></tr>
<tr>
<td><ul><li>The IETF </li></td>
<td><ul><li><a href="/liaison/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
<li>The IETF Chair (if not the submitter)&lt;chair@ietf.org&gt;<br><br>
<li>The IESG &lt;iesg@ietf.org&gt;</li></td></tr>
<tr>
<td><ul><li>An IETF Area </li></td>
<td><ul><li><a href="/liaison/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
<li><a href="/wg/">The IETF Area Director(s)</a> (if not the submitter)<br><br>
<li>The IETF Chair &lt;chair@ietf.org&gt;<br><br>
<li>The IETF Area Directorate Mailing List (where applicable) <sup><small>(5)</small></sup></li></td></tr>
<tr>
<td><ul><li>An IETF Working Group </li></td>
<td><ul><li><a href="/liaison/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
<li><a href="/wg/">The IETF Working Group Chair(s)</a> (if not the submitter)<br><br>
<li><a href="/wg/">The IETF Area Director(s)</a><br><br>
<li><a href="/wg/">The IETF Working Group Discussion List</a></li></td></tr>
<tr>
<td colspan="2"> <sup><small>(1)</small></sup> Please see Section 4., "Approval and Transmission of Liaison Statements,"
of <a href="{{ "4052"|rfcurl }}">RFC 4052</a> for information on who may submit a liaison statement on behalf of an IETF entity, and who should be copied.<br><br>
<sup><small>(2)</small></sup> The IETF Secretariat, <a href="mailto:statements@ietf.org">&lt;statements@ietf.org&gt;</a>, is automatically blind-copied on every liaison statement sent by the IETF.<br><br>
<sup><small>(3)</small></sup> Any addresses included in the "Response Contact" and "Technical Contact" fields of a liaison statement will also receive copies of the liaison statement.<br><br>
<sup><small>(4)</small></sup> This guideline does not apply when sending a liaison statement to an SDO where no formal liaison relationship exists between the IETF and that SDO. <br><br>
<sup><small>(5)</small></sup> A list of Area Directorate mailing lists is not currently available.<br><br>
</td></tr>
</table>
{% endblock %}