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/configuration.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/configuration.py')
| -rw-r--r-- | Mailman/configuration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/configuration.py b/Mailman/configuration.py index 4c9d0a050..7206ec344 100644 --- a/Mailman/configuration.py +++ b/Mailman/configuration.py @@ -180,6 +180,7 @@ class Configuration(object): self.chains = {} self.rules = {} self.handlers = {} + self.pipelines = {} def add_domain(self, email_host, url_host=None): """Add a virtual domain. |
