diff options
| author | Barry Warsaw | 2008-02-17 17:34:21 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-02-17 17:34:21 -0500 |
| commit | 69d158b13ae9cfa37040c2e7a664ca266b42050b (patch) | |
| tree | 07f48ee990b6bab514f86199eaa250a04280120c /Mailman/app/chains.py | |
| parent | b36de8a6a5b84021c003b728274f7e9e95861c9d (diff) | |
| download | mailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.tar.gz mailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.tar.zst mailman-69d158b13ae9cfa37040c2e7a664ca266b42050b.zip | |
Diffstat (limited to 'Mailman/app/chains.py')
| -rw-r--r-- | Mailman/app/chains.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/app/chains.py b/Mailman/app/chains.py index 2bf0b9ae1..6b34b1dfb 100644 --- a/Mailman/app/chains.py +++ b/Mailman/app/chains.py @@ -38,10 +38,10 @@ from Mailman.interfaces import LinkAction def process(mlist, msg, msgdata, start_chain='built-in'): """Process the message through a chain. - :param start_chain: The name of the chain to start the processing with. :param mlist: the IMailingList for this message. :param msg: The Message object. :param msgdata: The message metadata dictionary. + :param start_chain: The name of the chain to start the processing with. """ # Set up some bookkeeping. chain_stack = [] |
