summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/mime_delete.py
diff options
context:
space:
mode:
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