Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
81366a6b by Mark Sapiro at 2023-06-15T09:00:13-07:00
Set default for max_recipients to 10.

- - - - -
7feb018f by Mark Sapiro at 2023-06-15T16:53:25+00:00
Merge branch 'max' into 'master'

Set default for max_recipients to 10.

Closes #1083

See merge request mailman/mailman!1122

Merged-by: Mark Sapiro <m...@msapiro.net>

Reviewed-by: 
- - - - -


2 changed files:

- src/mailman/config/schema.cfg
- src/mailman/docs/NEWS.rst


Changes:

=====================================
src/mailman/config/schema.cfg
=====================================
@@ -800,7 +800,7 @@ lmtp_port: 8024
 # Ceiling on the number of recipients that can be specified in a single SMTP
 # transaction.  Set to 0 to submit the entire recipient list in one
 # transaction.
-max_recipients: 500
+max_recipients: 10
 
 # Ceiling on the number of SMTP sessions to perform on a single socket
 # connection.  Some MTAs have limits.  Set this to 0 to do as many as we like


=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -46,6 +46,9 @@ Bugs fixed
   (Closes #1072)
 * Email address validation now accepts quoted local parts and @ in local part.
   (Closes #1077)
+* The default for max_recipients has been reduced to 10 to avoid possible lost
+  mail when a large number of invalid recipients causes the MTA to disconnect.
+  (Closes #1083)
 
 Other
 -----



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/ed850c85570970d658db0f58fb0d226726906a81...7feb018fc0bee91872ef207ffcd80f56988d7a19

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/ed850c85570970d658db0f58fb0d226726906a81...7feb018fc0bee91872ef207ffcd80f56988d7a19
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to