diff options
| author | Barry Warsaw | 2008-02-17 23:34:09 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-02-17 23:34:09 -0500 |
| commit | 7ce2361faa1033bde84579ae9205944e5554b57f (patch) | |
| tree | 2574ab932f57aed10cb33ef43d6f27717da07617 /Mailman/queue/pipeline.py | |
| parent | 69d158b13ae9cfa37040c2e7a664ca266b42050b (diff) | |
| download | mailman-7ce2361faa1033bde84579ae9205944e5554b57f.tar.gz mailman-7ce2361faa1033bde84579ae9205944e5554b57f.tar.zst mailman-7ce2361faa1033bde84579ae9205944e5554b57f.zip | |
Added a test for the built-in pipeline. Fixed some broken handler names in
the built-in pipeline.
Fixed DEFAULT_SUBJECT_PREFIX to take $-names instead of %-names, although I'm
not entirely sure the %%d stuff still works (we need a test for this).
Added IMailingList.real_name attribute and added this to the default style. A
column for this was in the database but not in the storm object. Also
re-enabled the style's subject_prefix attribute.
Moved some of the digest test functions into Mailman.tests.helpers.
Diffstat (limited to 'Mailman/queue/pipeline.py')
| -rw-r--r-- | Mailman/queue/pipeline.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/queue/pipeline.py b/Mailman/queue/pipeline.py index 5ccee0a20..14bfea56c 100644 --- a/Mailman/queue/pipeline.py +++ b/Mailman/queue/pipeline.py @@ -36,4 +36,3 @@ class PipelineRunner(Runner): process(mlist, msg, msgdata, mlist.pipeline) # Do not keep this message queued. return False - |
