From: Vsevolod Stakhov Date: Fri, 28 Jun 2024 09:47:41 +0000 (+0100) Subject: [Minor] Disable module by default X-Git-Tag: 3.9.0~13^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=109198a958ac45031ede5316af4a85a59f0cfad8;p=thirdparty%2Frspamd.git [Minor] Disable module by default --- diff --git a/conf/modules.d/gpt.conf b/conf/modules.d/gpt.conf index 1dd5405e3e..8211414958 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"