~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/commands/cli_lists.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:
222
222
        if args.notify:
223
223
            d = dict(
224
224
                listname        = mlist.fqdn_listname,
225
 
                admin_url       = mlist.script_url('admin'),
226
 
                listinfo_url    = mlist.script_url('listinfo'),
227
225
                requestaddr     = mlist.request_address,
228
226
                siteowner       = mlist.no_reply_address,
229
227
                )