diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/handlers/decorate.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/handlers/decorate.py b/src/mailman/handlers/decorate.py index 44f610f0e..34430b80f 100644 --- a/src/mailman/handlers/decorate.py +++ b/src/mailman/handlers/decorate.py @@ -68,8 +68,6 @@ def process(mlist, msg, msgdata): archive_urls = [(archiver,url) for archiver, url in archive_urls if url is not None] if len(archive_urls): d['archive_url'] = dict(archive_urls) - else: - d['archive_url'] = None # These strings are descriptive for the log file and shouldn't be i18n'd d.update(msgdata.get('decoration-data', {})) try: |
