summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorcotton1998-11-01 18:58:04 +0000
committercotton1998-11-01 18:58:04 +0000
commitaa98464ae190aee8532d844ca582d44db31d02c5 (patch)
treec27716d085ffef00e0e930f2c76fa1689a995d51 /Mailman/Defaults.py.in
parent8cf5cb147eb2b5aa1cfbddcb16f6590126e95b90 (diff)
downloadmailman-aa98464ae190aee8532d844ca582d44db31d02c5.tar.gz
mailman-aa98464ae190aee8532d844ca582d44db31d02c5.tar.zst
mailman-aa98464ae190aee8532d844ca582d44db31d02c5.zip
took out posters_includes_members in favor of having it reference the
member_posting_only variable. made it so that old lists not expecting this behavior will have member_posting_only turned off in the event that they have posters defined (preserving the old behavior where defining posters made the list act as if member_posting_only was set to "no" whether or not it was set as such).
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 517ae6bdc..7d21888ab 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -113,7 +113,7 @@ DEFAULT_MAIL_COMMANDS_MAX_LINES = 25
# daily pending-request reminder?
DEFAULT_ADMIN_IMMED_NOTIFY = 1
DEFAULT_MODERATED = 0
-DEFAULT_POSTERS_INCLUDES_MEMBERS = 0
+
# Bounce if 'to' or 'cc' fields don't explicitly name list (anti-spam)?
DEFAULT_REQUIRE_EXPLICIT_DESTINATION = 1
# Alternate names acceptable as explicit destinations for this list.
@@ -271,4 +271,4 @@ PRIVATE_ARCHIVE_FILE_DIR = os.path.join(PREFIX, 'archives/private')
VERSION = '@VERSION@'
# Data file version number
-DATA_FILE_VERSION = 9
+DATA_FILE_VERSION = 10