aboutsummaryrefslogtreecommitdiffstats
path: root/climl/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'climl/hooks.py')
-rw-r--r--climl/hooks.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/climl/hooks.py b/climl/hooks.py
new file mode 100644
index 0000000..f6e3844
--- /dev/null
+++ b/climl/hooks.py
@@ -0,0 +1,21 @@
+from . import interfaces
+
+
+def hook_check_ml_restrictions(context, content):
+ pass
+
+
+def hook_validate_poster(context, content):
+ pass
+
+
+def hook_process_subscribe_queries(context, content):
+ pass
+
+
+def hook_generate_rcpt_list(context, content):
+ pass
+
+
+def hook_send_all(context, content):
+ pass