1 |
diff -ruN mailman-2.1.12-a/Mailman/Handlers/CookHeaders.py mailman-2.1.12-b/Mailman/Handlers/CookHeaders.py |
2 |
--- mailman-2.1.12-a/Mailman/Handlers/CookHeaders.py 2009-02-23 22:23:35.000000000 +0100 |
3 |
+++ mailman-2.1.12-b/Mailman/Handlers/CookHeaders.py 2009-07-28 12:19:54.000000000 +0200 |
4 |
@@ -215,8 +215,6 @@ |
5 |
# Add this header if we're archiving |
6 |
if mlist.archive: |
7 |
archiveurl = mlist.GetBaseArchiveURL() |
8 |
- if archiveurl.endswith('/'): |
9 |
- archiveurl = archiveurl[:-1] |
10 |
headers['List-Archive'] = '<%s>' % archiveurl |
11 |
# First we delete any pre-existing headers because the RFC permits only |
12 |
# one copy of each, and we want to be sure it's ours. |