Skip to content

Commit 0778042

Browse files
committed
Add comment that IANA would like to be informed if the format of the
issue ballot email changes as they are apparently currently scraping them, according to Michele Cotton - Legacy-Id: 3596
1 parent f7eefe8 commit 0778042

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/idrfc/mails.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@ def formatted(val):
549549
e = doc.latest_event(WriteupDocEvent, type="changed_ballot_writeup_text")
550550
ballot_writeup = e.text if e else ""
551551

552+
# NOTE: according to Michelle Cotton <michelle.cotton@icann.org>
553+
# (as per 2011-10-24) IANA is scraping these messages for
554+
# information so would like to know beforehand if the format
555+
# changes (perhaps RFC 6359 will change that)
552556
return render_to_string("idrfc/issue_ballot_mailREDESIGN.txt",
553557
dict(doc=doc,
554558
doc_url=settings.IDTRACKER_BASE_URL + doc.get_absolute_url(),

0 commit comments

Comments
 (0)