From bc6bd21b948547ee855e218747257ae0efe4d3a3 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 19 Jun 2012 14:32:18 +0000 Subject: [PATCH] Add CC for group mailing list in action/review emails, fixes issue #837. - Legacy-Id: 4470 --- ietf/templates/wgcharter/action_text.txt | 3 ++- ietf/templates/wgcharter/review_text.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ietf/templates/wgcharter/action_text.txt b/ietf/templates/wgcharter/action_text.txt index c12f58323..430c8a979 100644 --- a/ietf/templates/wgcharter/action_text.txt +++ b/ietf/templates/wgcharter/action_text.txt @@ -1,5 +1,6 @@ {% load ietf_filters %}{% autoescape off %}From: The IESG -To: IETF-Announce +To: IETF-Announce {% if wg.list_email %} +Cc: {{ wg.acronym }} WG <{{ wg.list_email }}> {% endif %} Subject: WG Action: {{ action_type }} {{ wg.name }} ({{ wg.acronym }}) {% filter wordwrap:73 %}{% ifequal action_type "Formed" %}A new IETF working group has been formed in the {{ wg.parent.name }}.{% endifequal %}{% ifequal action_type "Rechartered" %}The {{ wg.name }} ({{ wg.acronym }}) working group in the {{ wg.parent.name }} of the IETF has been rechartered.{% endifequal %} For additional information please contact the Area Directors or the WG Chair{{ chairs|pluralize}}. diff --git a/ietf/templates/wgcharter/review_text.txt b/ietf/templates/wgcharter/review_text.txt index f56bbc4b2..fb8087f19 100644 --- a/ietf/templates/wgcharter/review_text.txt +++ b/ietf/templates/wgcharter/review_text.txt @@ -1,5 +1,6 @@ {% load ietf_filters %}{% autoescape off %}From: The IESG -To: IETF-Announce +To: IETF-Announce {% if wg.list_email %} +Cc: {{ wg.acronym }} WG <{{ wg.list_email }}> {% endif %} Subject: WG Review: {{ wg.name }} ({{ wg.acronym }}) {% filter wordwrap:73 %}{% ifequal review_type "new" %}A new IETF working group has been proposed in the {{ wg.parent.name }}.{% endifequal %}{% ifequal review_type "recharter" %}The {{ wg.name }} ({{wg.acronym}}) working group in the {{ wg.parent.name }} of the IETF is undergoing rechartering.{% endifequal %} The IESG has not made any determination yet. The following draft charter was submitted, and is provided for informational purposes only. Please send your comments to the IESG mailing list (iesg at ietf.org) by {{ review_date }}.