diff options
| author | bwarsaw | 2002-11-06 04:42:33 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-06 04:42:33 +0000 |
| commit | bf5602b2046201f0b727dcc09f9198d779af3610 (patch) | |
| tree | 19f21def0b13b86c70f67fea25b2f171c958f792 /Mailman/Gui/NonDigest.py | |
| parent | 8c09273c335e493cdd7023a0fa4bae362e57ee91 (diff) | |
| download | mailman-bf5602b2046201f0b727dcc09f9198d779af3610.tar.gz mailman-bf5602b2046201f0b727dcc09f9198d779af3610.tar.zst mailman-bf5602b2046201f0b727dcc09f9198d779af3610.zip | |
Diffstat (limited to 'Mailman/Gui/NonDigest.py')
| -rw-r--r-- | Mailman/Gui/NonDigest.py | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index 440811022..900f865fd 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -48,7 +48,8 @@ class NonDigest(GUIBase): if mm_cfg.OWNERS_CAN_ENABLE_PERSONALIZATION: info.extend([ - ('personalize', mm_cfg.Toggle, (_('No'), _('Yes')), 1, + ('personalize', mm_cfg.Radio, + (_('No'), _('Yes'), _('Full Personalization')), 1, _('''Should Mailman personalize each non-digest delivery? This is often useful for announce-only lists, but <a @@ -70,15 +71,18 @@ class NonDigest(GUIBase): You should also carefully monitor your system load to make sure it is acceptable. - <p>When personalized lists are enabled, two things happen. - First, the <code>To:</code> header of the posted message is - modified so that each individual user is addressed - specifically. I.e. it looks like the message was addressed - to the recipient instead of to the list. + <p>Select <em>No</em> to disable personalization and send + messages to the members in batches. Select <em>Yes</em> to + personalize deliveries and allow additional substitution + variables in message headers and footers (see below). In + addition, by selecting <em>Full Personalization</em>, the + <code>To</code> header of posted messages will be modified to + include the member's address instead of the list's posting + address. - <p>Second a few more expansion variables that can be included - in the <a href="?VARHELP=nondigest/msg_header">message - header</a> and + <p>When personalization is enabled, a few more expansion + variables that can be included in the <a + href="?VARHELP=nondigest/msg_header">message header</a> and <a href="?VARHELP=nondigest/msg_footer">message footer</a>. <p>These additional substitution variables will be available |
