From d334c8f17b59ad2800c8e3b5f54c4a9561af2d2c Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 1 Jul 2014 03:26:10 +0000 Subject: [PATCH] Added MAILING_LIST_INFO_URL. Addresses issue #958. - Legacy-Id: 8003 --- ietf/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index f835b5415..faa6094c8 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -273,6 +273,9 @@ IESG_MINUTES_FILE = '/a/www/www6/iesg/internal/minutes.txt' IESG_WG_EVALUATION_DIR = "/a/www/www6/iesg/evaluation" INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/www6s/draft-archive' +# Mailing list info URL for lists hosted on the IETF servers +MAILING_LIST_INFO_URL = "https://www.ietf.org/mailman/listinfo/%(list_addr)s" + # Ideally, more of these would be local -- but since we don't support # versions right now, we'll point to external websites DOC_HREFS = {