summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/mime_delete.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-12-10 01:08:39 -0500
committerBarry Warsaw2009-12-10 01:08:39 -0500
commitf23ac8ca30228cd66b9dcb106de3e935773e2363 (patch)
tree040bf851e6f2b13717054c5061b06ba96cd80411 /src/mailman/pipeline/mime_delete.py
parent8c7ee646de9bcc42059ae852f5aaac0730aafe80 (diff)
downloadmailman-f23ac8ca30228cd66b9dcb106de3e935773e2363.tar.gz
mailman-f23ac8ca30228cd66b9dcb106de3e935773e2363.tar.zst
mailman-f23ac8ca30228cd66b9dcb106de3e935773e2363.zip
Diffstat (limited to 'src/mailman/pipeline/mime_delete.py')
-rw-r--r--src/mailman/pipeline/mime_delete.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipeline/mime_delete.py b/src/mailman/pipeline/mime_delete.py
index 158b46ad1..fa08a520f 100644
--- a/src/mailman/pipeline/mime_delete.py
+++ b/src/mailman/pipeline/mime_delete.py
@@ -246,7 +246,7 @@ are receiving the only remaining copy of the discarded message.
subject=_('Content filtered message notification'))
if mlist.filter_action == 3 and \
config.OWNERS_CAN_PRESERVE_FILTERED_MESSAGES:
- badq = Switchboard(config.BADQUEUE_DIR)
+ badq = Switchboard('bad', config.BADQUEUE_DIR)
badq.enqueue(msg, msgdata)
# Most cases also discard the message
raise errors.DiscardMessage