diff options
| author | Barry Warsaw | 2008-04-26 01:39:14 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-04-26 01:39:14 -0400 |
| commit | fbd382c07dc621bda9b724675b1df75746d07179 (patch) | |
| tree | 28f18a653afc000b4b7595e7793e2b76c833ab9e /mailman/configuration.py | |
| parent | 574405b3aa5e3afa475c9e2904a27be40c0bbc83 (diff) | |
| parent | 2547651d03cfdf23632ded85c05bb02161688d45 (diff) | |
| download | mailman-fbd382c07dc621bda9b724675b1df75746d07179.tar.gz mailman-fbd382c07dc621bda9b724675b1df75746d07179.tar.zst mailman-fbd382c07dc621bda9b724675b1df75746d07179.zip | |
Diffstat (limited to 'mailman/configuration.py')
| -rw-r--r-- | mailman/configuration.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mailman/configuration.py b/mailman/configuration.py index 0c2cff174..2f682d114 100644 --- a/mailman/configuration.py +++ b/mailman/configuration.py @@ -173,11 +173,12 @@ class Configuration(object): # Always add and enable the default server language. code = self.DEFAULT_SERVER_LANGUAGE self.languages.enable_language(code) - # Create the registry of rules and chains. + # Create various registries. self.chains = {} self.rules = {} self.handlers = {} self.pipelines = {} + self.commands = {} def add_domain(self, email_host, url_host=None): """Add a virtual domain. |
