From: Vsevolod Stakhov Date: Fri, 16 Nov 2018 18:05:30 +0000 (+0000) Subject: [Conf] Disable rspamd_update by default (again) X-Git-Tag: 1.8.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc29360a3fb538f09d6ca0a8408f26f8bd4c310;p=thirdparty%2Frspamd.git [Conf] Disable rspamd_update by default (again) --- diff --git a/conf/modules.d/rspamd_update.conf b/conf/modules.d/rspamd_update.conf index 0ed4a063ce..8b0ccf8bac 100644 --- a/conf/modules.d/rspamd_update.conf +++ b/conf/modules.d/rspamd_update.conf @@ -16,6 +16,7 @@ rspamd_update { rules = "sign+https://updates.rspamd.com/rspamd-${BRANCH_VERSION}.ucl"; key = "qxuogdh5eghytji1utkkte1dn3n81c3y5twe61uzoddzwqzuxxyb"; + enabled = false; # Disable this module by default .include(try=true,priority=5) "${DBDIR}/dynamic/rspamd_update.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/rspamd_update.conf"