diff options
| author | Barry Warsaw | 2011-06-16 16:46:02 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-06-16 16:46:02 -0400 |
| commit | a8722b736a9070288f9bd62b8650f9e682a33ea6 (patch) | |
| tree | 0d2a9342963d9b81af5cd822c571beefda29b7a2 /src/mailman/styles/default.py | |
| parent | 3c99f28d219596434e8547df95e7041e2cf21fb7 (diff) | |
| download | mailman-a8722b736a9070288f9bd62b8650f9e682a33ea6.tar.gz mailman-a8722b736a9070288f9bd62b8650f9e682a33ea6.tar.zst mailman-a8722b736a9070288f9bd62b8650f9e682a33ea6.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index 68934e99c..eba7c7757 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -56,7 +56,7 @@ class DefaultStyle: mlist = mailing_list # List identity. mlist.real_name = mlist.list_name.capitalize() - mlist.list_id = '{0.list_name}.{0.host_name}'.format(mlist) + mlist.list_id = '{0.list_name}.{0.mail_host}'.format(mlist) mlist.include_rfc2369_headers = True mlist.include_list_post_header = True # Most of these were ripped from the old MailList.InitVars() method. |
