We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a188cbf commit d334c8fCopy full SHA for d334c8f
1 file changed
ietf/settings.py
@@ -273,6 +273,9 @@ def skip_suspicious_operations(record):
273
IESG_WG_EVALUATION_DIR = "/a/www/www6/iesg/evaluation"
274
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/www6s/draft-archive'
275
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
+
279
# Ideally, more of these would be local -- but since we don't support
280
# versions right now, we'll point to external websites
281
DOC_HREFS = {
0 commit comments