~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to Mailman/Gui/General.py

  • Committer: Mark Sapiro
  • Date: 2013-09-27 23:33:35 UTC
  • Revision ID: mark@msapiro.net-20130927233335-o2pmv0e5k0f77sb8
Made author_is_list a 3-way with an option to wrap the message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
        if mm_cfg.ALLOW_AUTHOR_IS_LIST:
159
159
            rtn.append(
160
 
                ('author_is_list', mm_cfg.Radio, (_('No'), _('Yes')), 0,
 
160
                ('author_is_list', mm_cfg.Radio,
 
161
                 (_('No'), _('Mung From'), _('Wrap Message')), 0,
161
162
                 _("""Replace the sender with the list address to conform with
162
163
                 policies like ADSP and DMARC.  It replaces the poster's
163
164
                 address in the From: header with the list address and adds the
164
165
                 poster to the Reply-To: header, but the anonymous_list and
165
166
                 Reply-To: header munging settings below take priority.  If
166
167
                 setting this to Yes, it is advised to set the MTA to DKIM sign
167
 
                 all emails."""))
 
168
                 all emails.""") +
 
169
                 _("""<br>If this is set to Wrap Message, just wrap the message
 
170
                 in an outer message From: the list with Content-Type:
 
171
                 message/rfc822."""))
168
172
              )
169
173
 
170
174
        rtn.extend([