From ee48c7622aa43f2d2cb25dc198ce2704c2bbecc5 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 24 Mar 2012 15:44:47 -0700 Subject: Stopped removing the trailing slash from the List-Archive: header URL. (LP: #964190) --- Mailman/Handlers/CookHeaders.py | 2 -- NEWS | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py index 904f5c3e..a2096172 100644 --- a/Mailman/Handlers/CookHeaders.py +++ b/Mailman/Handlers/CookHeaders.py @@ -215,8 +215,6 @@ def process(mlist, msg, msgdata): # Add this header if we're archiving if mlist.archive: archiveurl = mlist.GetBaseArchiveURL() - if archiveurl.endswith('/'): - archiveurl = archiveurl[:-1] headers['List-Archive'] = '<%s>' % archiveurl # First we delete any pre-existing headers because the RFC permits only # one copy of each, and we want to be sure it's ours. diff --git a/NEWS b/NEWS index 3f916b23..c2be09c7 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Stopped removing the trailing slash from the List-Archive: header URL. + (LP: #964190) + - A configured version of contrib/courier-to-mailman.py is now created in build/contrib/courier-to-mailman.py. -- cgit v1.2.3