diff options
| author | J08nY | 2017-07-25 21:44:54 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 17:39:08 +0200 |
| commit | 8addebbf9802e911c06f6a27b7ffff1e0f1d2e57 (patch) | |
| tree | 392b50bf726d790102a6036b7aae7e3aa4228720 /src/mailman/config | |
| parent | cc99242654f2bcc11b3a6f124908de4b175c48d4 (diff) | |
| download | mailman-pluggable-components.tar.gz mailman-pluggable-components.tar.zst mailman-pluggable-components.zip | |
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index a55c37ff4..742bceae1 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -74,10 +74,17 @@ html_to_plain_text_command: /usr/bin/lynx -dump $filename # unpredictable. listname_chars: [-_.0-9a-z] +# Deprecated, callable run before DB initialization. +pre_hook: + +# Deprecated, callable run after DB initialization. +post_hook: + + [plugin.master] # Plugin package # It's sub packages will be searched for components. -# - commands for IEmailCommand +# - commands for IEmailCommand and ICliSubCommand # - chains for IChain # - rules for IRule # - pipelines for IPipeline |
