aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui/NonDigest.py
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2007-11-25 08:12:16 -0800
committerMark Sapiro <msapiro@value.net>2007-11-25 08:12:16 -0800
commit9d6cceb06b3e6bc145efcc95d910bebdff74587d (patch)
tree08144fba8c7854cf328072edcaa7cc01e8c2a90e /Mailman/Gui/NonDigest.py
parentbd3617882ca74d8a36755a5133132556cfeb2968 (diff)
parent95fb97f0940d4c206ec790d0a6a6e49c6732eab5 (diff)
downloadmailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.tar.gz
mailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.tar.xz
mailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.zip
Merged Tokio's sibling list patch
Diffstat (limited to 'Mailman/Gui/NonDigest.py')
-rw-r--r--Mailman/Gui/NonDigest.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py
index ca125a03..c319d6ef 100644
--- a/Mailman/Gui/NonDigest.py
+++ b/Mailman/Gui/NonDigest.py
@@ -143,6 +143,30 @@ and footers:
access via web browser. If you want the attachments totally
disappear, you can use content filter options.''')),
])
+
+ info.extend([
+ _('Sibling lists'),
+
+ ('regular_exclude_lists', mm_cfg.EmailList, (3, WIDTH), 0,
+ _('''Other mailing lists on this site whose members are
+ excluded from the regular (non-digest) delivery if those
+ list addresses appear in To: or Cc: header.'''),
+ _('''The list addresses should be written in full mail address
+ format (e.g. mailman@example.com). Do not specify this list
+ address mutually in the exclude list configuration page,
+ or those doubled members won't get any message. Note also that
+ the site administrator may prohibit cross domain sibling.''')),
+
+ ('regular_include_lists', mm_cfg.EmailList, (3, WIDTH), 0,
+ _('''Other mailing lists on this site whose members are
+ included in the regular (non-digest) delivery if those
+ list addresses don't appear in To: or Cc: header.'''),
+ _('''The list addresses should be written in full mail address
+ format (e.g. mailman@example.com). Note also that the site
+ administrator may prohibit cross domain sibling.''')),
+ ])
+
+
return info
def _setValue(self, mlist, property, val, doc):