]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Disable module by default
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 28 Jun 2024 09:47:41 +0000 (10:47 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 28 Jun 2024 09:47:41 +0000 (10:47 +0100)
conf/modules.d/gpt.conf

index 1dd5405e3ee7b02ca7f631cd9ae56f8c5e5ef773..8211414958991b9090cedbf875680f45b317474f 100644 (file)
@@ -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"