aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-06-28 10:47:41 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-06-28 10:47:41 +0100
commit109198a958ac45031ede5316af4a85a59f0cfad8 (patch)
tree7166bb0a1e773c0ab076df87145f41143445206a /conf
parent19a64cc3187427f6f8d9b5ef5c93dc92f6048fe9 (diff)
downloadrspamd-109198a958ac45031ede5316af4a85a59f0cfad8.tar.gz
rspamd-109198a958ac45031ede5316af4a85a59f0cfad8.zip
[Minor] Disable module by default
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/gpt.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/modules.d/gpt.conf b/conf/modules.d/gpt.conf
index 1dd5405e3..821141495 100644
--- a/conf/modules.d/gpt.conf
+++ b/conf/modules.d/gpt.conf
@@ -36,6 +36,9 @@ gpt {
# Reply conversion (lua code)
#reply_conversion = "xxx";
+ # Be sure to enable module after you specify the API key
+ enabled = false;
+
# Include dynamic conf for the rule
.include(try=true,priority=5) "${DBDIR}/dynamic/gpt.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/gpt.conf"