summaryrefslogtreecommitdiff
path: root/src/mailman/config/schema.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/config/schema.cfg')
-rw-r--r--src/mailman/config/schema.cfg9
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