diff options
| author | Barry Warsaw | 2008-09-21 18:11:26 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-09-21 18:11:26 -0400 |
| commit | a2234211b97797aebf2c3c3d615ae436bbfb280b (patch) | |
| tree | 6f5c646b676045f9505bc0e99ccfb876435f393d /mailman/archiving/prototype.py | |
| parent | a29f10d75e3738e9498bc8c6d67c4fc5a6924210 (diff) | |
| parent | 211a82ddb463ac044ba20d51208e5f5a169dcb6c (diff) | |
| download | mailman-a2234211b97797aebf2c3c3d615ae436bbfb280b.tar.gz mailman-a2234211b97797aebf2c3c3d615ae436bbfb280b.tar.zst mailman-a2234211b97797aebf2c3c3d615ae436bbfb280b.zip | |
mergeRF
Diffstat (limited to 'mailman/archiving/prototype.py')
| -rw-r--r-- | mailman/archiving/prototype.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/archiving/prototype.py b/mailman/archiving/prototype.py index deeaaa624..9e552aac9 100644 --- a/mailman/archiving/prototype.py +++ b/mailman/archiving/prototype.py @@ -49,8 +49,7 @@ class Prototype: @staticmethod def list_url(mlist): """See `IArchiver`.""" - web_host = config.domains.get(mlist.host_name, mlist.host_name) - return 'http://' + web_host + return config.domains[mlist.host_name].base_url @staticmethod def permalink(mlist, msg): |
