~abompard/mailman/import21

« back to all changes in this revision

Viewing changes to src/mailman/utilities/importer.py

  • Committer: Aurélien Bompard
  • Date: 2013-10-11 15:40:39 UTC
  • Revision ID: aurelien@bompard.org-20131011154039-i6synu9qb1cjbgo8
Don't change the mail_host when importing

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 
176
176
# Attribute names in Mailman 2 which are renamed in Mailman 3.
177
177
NAME_MAPPINGS = dict(
178
 
    host_name='mail_host',
179
178
    include_list_post_header='allow_list_posts',
180
179
    real_name='display_name',
181
180
    last_post_time='last_post_at',