Skip to content

Commit e96cf00

Browse files
committed
Reverted a change from [5602], reinstating the explicit To: field for
last-call announcements, because removing it caused the copies of the announcements destined for email lists to be held by Mailman for moderation because of implicit destination. Relates to issue ietf-tools#811. - Legacy-Id: 5684 Note: SVN reference [5602] has been migrated to Git commit 19dcf10
1 parent 3418d3d commit e96cf00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/templates/idrfc/last_call_announcement.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}From: The IESG <noreply@ietf.org>
2-
To: IETF-Announce:; {% if cc %}
2+
To: IETF-Announce <ietf-announce@ietf.org> {% if cc %}
33
CC: {{ cc }}{% endif %}
4-
Bcc: <ietf-announce@ietf.org>
54
Reply-To: IETF Discussion List <ietf@ietf.org>
65
Sender: <iesg-secretary@ietf.org>
76
Subject: Last Call: {{ doc.file_tag }} ({{ doc.title|clean_whitespace }}) to {{ doc|std_level_prompt }}

0 commit comments

Comments
 (0)