~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/archiving/mhonarc.py

  • Committer: Barry Warsaw
  • Date: 2014-01-05 21:21:10 UTC
  • Revision ID: barry@list.org-20140105212110-y39xuab7cnu2kr83
checkpointing

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        # XXX What about private MHonArc archives?
61
61
        return expand(self.base_url,
62
62
                      dict(listname=mlist.fqdn_listname,
63
 
                           hostname=mlist.domain.url_host,
64
63
                           fqdn_listname=mlist.fqdn_listname,
65
64
                           ))
66
65