diff options
author | Mark Sapiro <msapiro@value.net> | 2012-03-25 13:45:51 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2012-03-25 13:45:51 -0700 |
commit | 097ad5a0a6a1df417b6129a7992a353467367600 (patch) | |
tree | bacd4621e6a1cc844f812117dd6b7ac1c01f040b /Mailman/Gui/NonDigest.py | |
parent | fbf25ca208265ed0b2a39aa29a198e2ca180eeeb (diff) | |
download | mailman2-097ad5a0a6a1df417b6129a7992a353467367600.tar.gz mailman2-097ad5a0a6a1df417b6129a7992a353467367600.tar.xz mailman2-097ad5a0a6a1df417b6129a7992a353467367600.zip |
Backported regular_exclude_ignore list attribute feature from 2.2 branch.
Diffstat (limited to 'Mailman/Gui/NonDigest.py')
-rw-r--r-- | Mailman/Gui/NonDigest.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index 9af4a2be..411f5d4f 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -159,6 +159,17 @@ and footers: Note also that the site administrator may prohibit cross domain siblings.""")), + ('regular_exclude_ignore', mm_cfg.Toggle, (_('No'), _('Yes')), 0, + _("""Ignore regular_exlude_lists of which the poster is not a + member."""), + _("""If a post is addressed to this list and to one or more of + the exclude lists, regular members of those lists will not be + sent the post from this list, but if the poster is not a member + of an excluded list, the post may not be accepted by that list + which leaves the members of that list with no copy of the post. + Setting this to Yes ignores any of the exclude lists of which the + poster is not a member.""")), + ('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 |