------------------------------------------------------------ revno: 1342 committer: Mark Sapiro <msap...@value.net> branch nick: 2.1 timestamp: Sat 2012-03-24 15:44:47 -0700 message: Stopped removing the trailing slash from the List-Archive: header URL. (LP: #964190) modified: Mailman/Handlers/CookHeaders.py NEWS
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Handlers/CookHeaders.py' --- Mailman/Handlers/CookHeaders.py 2011-11-23 00:49:45 +0000 +++ Mailman/Handlers/CookHeaders.py 2012-03-24 22:44:47 +0000 @@ -215,8 +215,6 @@ # 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. === modified file 'NEWS' --- NEWS 2012-03-13 02:08:58 +0000 +++ NEWS 2012-03-24 22:44:47 +0000 @@ -81,6 +81,9 @@ 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.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org