diff options
| author | Barry Warsaw | 2007-12-29 11:28:00 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-12-29 11:28:00 -0500 |
| commit | be4b3b0f7a32b586e58b3b88e7af364b3c02aba6 (patch) | |
| tree | 4b898957520a66ffa568c8ecb02fcb3666c811d2 /Mailman/Handlers/Hold.py | |
| parent | c70909dbe5cf6b32ddc72963fd02eda0b5bce6d2 (diff) | |
| download | mailman-be4b3b0f7a32b586e58b3b88e7af364b3c02aba6.tar.gz mailman-be4b3b0f7a32b586e58b3b88e7af364b3c02aba6.tar.zst mailman-be4b3b0f7a32b586e58b3b88e7af364b3c02aba6.zip | |
Diffstat (limited to 'Mailman/Handlers/Hold.py')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index 494b653da..17f49ce11 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -158,15 +158,6 @@ def process(mlist, msg, msgdata): if not sender or sender[:len(listname)+6] == adminaddr: sender = msg.get_sender(use_envelope=0) # - # Are there too many recipients to the message? - if mlist.max_num_recipients > 0: - # figure out how many recipients there are - recips = email.utils.getaddresses(msg.get_all('to', []) + - msg.get_all('cc', [])) - if len(recips) >= mlist.max_num_recipients: - hold_for_approval(mlist, msg, msgdata, TooManyRecipients) - # no return - # # Implicit destination? Note that message originating from the Usenet # side of the world should never be checked for implicit destination. if mlist.require_explicit_destination and \ |
