diff options
Diffstat (limited to 'src/mailman/config/schema.cfg')
| -rw-r--r-- | src/mailman/config/schema.cfg | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index b708c6ceb..0e7936943 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -54,14 +54,6 @@ pending_request_life: 3d # How long should files be saved before they are evicted from the cache? cache_life: 7d -# A callable to run with no arguments early in the initialization process. -# This runs before database initialization. -pre_hook: - -# A callable to run with no arguments late in the initialization process. -# This runs after adapters are initialized. -post_hook: - # Which paths.* file system layout to use. layout: here @@ -93,9 +85,13 @@ listname_chars: [-_.0-9a-z] # - styles for IStyle path: +# The full import path for the class implementing IPlugin. +class: + # Whether to enable this plugin or not. enable: no + [shell] # `mailman shell` (also `withlist`) gives you an interactive prompt that you # can use to interact with an initialized and configured Mailman system. Use |
