summaryrefslogtreecommitdiff
path: root/src/mailman/core/chains.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/chains.py')
-rw-r--r--src/mailman/core/chains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/chains.py b/src/mailman/core/chains.py
index 1dbb8429b..61807a6c0 100644
--- a/src/mailman/core/chains.py
+++ b/src/mailman/core/chains.py
@@ -35,7 +35,7 @@ from mailman.interfaces.chain import LinkAction, IChain
-def process(mlist, msg, msgdata, start_chain='built-in'):
+def process(mlist, msg, msgdata, start_chain='default-posting-chain'):
"""Process the message through a chain.
:param mlist: the IMailingList for this message.