Make the document announcement default Cc: somewhat configurable. Remove iab@iab.org (on request).
- Legacy-Id: 2861
This commit is contained in:
parent
06a0ed4512
commit
2ae5776024
|
@ -97,7 +97,7 @@ def generate_approval_mail(request, doc):
|
|||
else:
|
||||
action_type = "Protocol"
|
||||
|
||||
cc = ["Internet Architecture Board <iab@iab.org>", "RFC Editor <rfc-editor@rfc-editor.org>"]
|
||||
cc = settings.DOC_APPROVAL_EMAIL_CC
|
||||
|
||||
if doc.group.ietfwg.group_type.type != "AG" and not doc.group.name.endswith("Working Group"):
|
||||
doc.group.name_with_wg = doc.group.name + " Working Group"
|
||||
|
|
|
@ -183,6 +183,9 @@ else:
|
|||
CACHE_BACKEND = 'dummy:///'
|
||||
|
||||
IPR_EMAIL_TO = ['ietf-ipr@ietf.org', ]
|
||||
DOC_APPROVAL_EMAIL_CC = ["RFC Editor <rfc-editor@rfc-editor.org>", ]
|
||||
|
||||
|
||||
|
||||
# Liaison Statement Tool settings
|
||||
LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool <lsmt@' + IETF_DOMAIN + '>'
|
||||
|
|
Loading…
Reference in a new issue