Skip to content

Commit d334c8f

Browse files
committed
Added MAILING_LIST_INFO_URL. Addresses issue ietf-tools#958.
- Legacy-Id: 8003
1 parent a188cbf commit d334c8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ def skip_suspicious_operations(record):
273273
IESG_WG_EVALUATION_DIR = "/a/www/www6/iesg/evaluation"
274274
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/www6s/draft-archive'
275275

276+
# Mailing list info URL for lists hosted on the IETF servers
277+
MAILING_LIST_INFO_URL = "https://www.ietf.org/mailman/listinfo/%(list_addr)s"
278+
276279
# Ideally, more of these would be local -- but since we don't support
277280
# versions right now, we'll point to external websites
278281
DOC_HREFS = {

0 commit comments

Comments
 (0)