Skip to content

Commit 279679a

Browse files
committed
Committing changes to settings.py which should have been part of version 3.53. The deployed release has been patched.
- Legacy-Id: 3092
1 parent 15a5535 commit 279679a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
# ID Submission Tool settings
197197
IDSUBMIT_FROM_EMAIL = 'IETF I-D Submission Tool <idsubmission@ietf.org>'
198198
IDSUBMIT_TO_EMAIL = 'internet-drafts@ietf.org'
199-
IDST_ID_EMAIL = 'Internet-Drafts@ietf.org'
200-
IDST_ID_ANNOUNCE_LIST = 'i-d-announce@ietf.org'
199+
IDSUBMIT_ANNOUNCE_FROM_EMAIL = 'internet-drafts@ietf.org'
200+
IDSUBMIT_ANNOUNCE_LIST_EMAIL = 'i-d-announce@ietf.org'
201201

202202
# Days from meeting to cut off dates on submit
203203
FIRST_CUTOFF_DAYS = 5

0 commit comments

Comments
 (0)