summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-11-24 19:33:10 +0000
committerbwarsaw1999-11-24 19:33:10 +0000
commit2dba126d3d009a374d4225f23ef6721912dedeab (patch)
tree03f247fee5cc8d56b3a5c7805e0fa40569d0e147
parent7329048d8212f12722536ae52bb828f59e1680aa (diff)
downloadmailman-2dba126d3d009a374d4225f23ef6721912dedeab.tar.gz
mailman-2dba126d3d009a374d4225f23ef6721912dedeab.tar.zst
mailman-2dba126d3d009a374d4225f23ef6721912dedeab.zip
-rw-r--r--Mailman/Handlers/Sendmail.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Handlers/Sendmail.py b/Mailman/Handlers/Sendmail.py
index af4db6142..f2d12acbc 100644
--- a/Mailman/Handlers/Sendmail.py
+++ b/Mailman/Handlers/Sendmail.py
@@ -19,8 +19,8 @@
This module delivers the message via the command line interface to the
sendmail program. It should work for sendmail clones like Postfix. It is
expected that sendmail handles final delivery, message queueing, etc. The
-recipient list is only trivially split so that the command line is less that
-4k in size.
+recipient list is only trivially split so that the command line is less than
+about 3k in size.
"""