diff options
| author | Barry Warsaw | 2007-12-29 11:15:10 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-12-29 11:15:10 -0500 |
| commit | c70909dbe5cf6b32ddc72963fd02eda0b5bce6d2 (patch) | |
| tree | f328d4ae4e78779c968ea9ab30cd344fb18783db /Mailman/Handlers/Hold.py | |
| parent | d5c2865c3b247a96f4cfd8523b725b8eaffbde80 (diff) | |
| download | mailman-c70909dbe5cf6b32ddc72963fd02eda0b5bce6d2.tar.gz mailman-c70909dbe5cf6b32ddc72963fd02eda0b5bce6d2.tar.zst mailman-c70909dbe5cf6b32ddc72963fd02eda0b5bce6d2.zip | |
Diffstat (limited to 'Mailman/Handlers/Hold.py')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index f53c168c5..494b653da 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -158,11 +158,6 @@ def process(mlist, msg, msgdata): if not sender or sender[:len(listname)+6] == adminaddr: sender = msg.get_sender(use_envelope=0) # - # Possible administrivia? - if mlist.administrivia and Utils.is_administrivia(msg): - hold_for_approval(mlist, msg, msgdata, Administrivia) - # no return - # # Are there too many recipients to the message? if mlist.max_num_recipients > 0: # figure out how many recipients there are |
