summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Defaults.py.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 26903ae0e..5a486a213 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -96,9 +96,9 @@ MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME
MAX_SPAWNS = 40
#
-# ceiling on the number of recipients that can be specified in a single
-# smtp transaction
-#
+# Ceiling on the number of recipients that can be specified in a single
+# smtp transaction. Set to 0 to relay the entire recipient list in one
+# transaction.
SMTP_MAX_RCPTS = 500
# Delivery module for the message pipeline. See