summaryrefslogtreecommitdiff
path: root/src/mailman/runners/pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/pipeline.py')
-rw-r--r--src/mailman/runners/pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/pipeline.py b/src/mailman/runners/pipeline.py
index 93e4fb98b..8bee2c4cb 100644
--- a/src/mailman/runners/pipeline.py
+++ b/src/mailman/runners/pipeline.py
@@ -30,6 +30,6 @@ from mailman.core.runner import Runner
class PipelineRunner(Runner):
def _dispose(self, mlist, msg, msgdata):
# Process the message through the mailing list's pipeline.
- process(mlist, msg, msgdata, mlist.pipeline)
+ process(mlist, msg, msgdata, mlist.posting_pipeline)
# Do not keep this message queued.
return False