summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-05-27 02:43:49 +0000
committerbwarsaw2000-05-27 02:43:49 +0000
commitc05e371dd67a099e7693cd0645ae80dd91278787 (patch)
tree0a92b350c59ac371f830db29b7388e0bcc1cc02e
parent12256b3c9f7d366653acf83f651691c49f757369 (diff)
downloadmailman-c05e371dd67a099e7693cd0645ae80dd91278787.tar.gz
mailman-c05e371dd67a099e7693cd0645ae80dd91278787.tar.zst
mailman-c05e371dd67a099e7693cd0645ae80dd91278787.zip
SMTP_MAX_RCPTS: Updated the comment.
-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