diff options
| author | Barry Warsaw | 2007-12-29 21:02:15 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-12-29 21:02:15 -0500 |
| commit | 66ffab7c0d56b8144a80045fac3a7dab036a597f (patch) | |
| tree | 288a2d291a2c3ea97c3de4a8f6c49ec9d2ef77f0 /Mailman/Handlers | |
| parent | df10700b94c1c785337274c1a259f722231f580a (diff) | |
| download | mailman-66ffab7c0d56b8144a80045fac3a7dab036a597f.tar.gz mailman-66ffab7c0d56b8144a80045fac3a7dab036a597f.tar.zst mailman-66ffab7c0d56b8144a80045fac3a7dab036a597f.zip | |
Diffstat (limited to 'Mailman/Handlers')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index a5b56cbd4..96ed02c93 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -43,7 +43,6 @@ from Mailman import Errors from Mailman import Message from Mailman import Utils from Mailman import i18n -from Mailman.app.bounces import has_matching_bounce_header from Mailman.app.moderator import hold_message from Mailman.app.replybot import autorespond_to_sender from Mailman.configuration import config @@ -156,15 +155,6 @@ def process(mlist, msg, msgdata): # delivering. This feature does not appear to be configurable. *Boggle*. if not sender or sender[:len(listname)+6] == adminaddr: sender = msg.get_sender(use_envelope=0) - # - # Suspicious headers? - if mlist.bounce_matching_headers: - triggered = has_matching_bounce_header(mlist, msg) - if triggered: - # TBD: Darn - can't include the matching line for the admin - # message because the info would also go to the sender - hold_for_approval(mlist, msg, msgdata, SuspiciousHeaders) - # no return |
