~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/handlers/replybot.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:
107
107
        # Do string interpolation into the autoresponse text
108
108
        d = dict(list_name = mlist.list_name,
109
109
                 display_name = display_name,
110
 
                 listurl = mlist.script_url('listinfo'),
111
110
                 requestemail = mlist.request_address,
112
111
                 owneremail = mlist.owner_address,
113
112
                 )