~joostvb/mailman/2.1-pgp-smime

« back to all changes in this revision

Viewing changes to Mailman/Cgi/admin.py

  • Committer: Joost van Baal
  • Date: 2009-09-05 10:22:03 UTC
  • mfrom: (414.13.64 2.1)
  • Revision ID: joostvb-bzr@mdcc.cx-20090905102203-ajd5inpygrwypzzd
merging with upstream: 2.1.13 is coming

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        mlist = MailList.MailList(name, lock=0)
233
233
        if mlist.advertised:
234
234
            if mm_cfg.VIRTUAL_HOST_OVERVIEW and \
235
 
                   mlist.web_page_url.find(hostname) == -1:
 
235
                   mlist.web_page_url.find('/%s/' % hostname) == -1:
236
236
                # List is for different identity of this host - skip it.
237
237
                continue
238
238
            else: