]> source.dussan.org Git - rspamd.git/commitdiff
[Feature] Add default dynamic updates configuration
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Mar 2016 14:59:38 +0000 (14:59 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Mar 2016 14:59:38 +0000 (14:59 +0000)
conf/modules.d/rspamd_update.conf [new file with mode: 0644]

diff --git a/conf/modules.d/rspamd_update.conf b/conf/modules.d/rspamd_update.conf
new file mode 100644 (file)
index 0000000..df5e8e1
--- /dev/null
@@ -0,0 +1,5 @@
+rspamd_update {
+    .include(try=true,priority=1) "${DBDIR}/dynamic/rspamd_update.conf"
+    rules = "sign+http://rspamd.com/update/rspamd-${BRANCH_VERSION}.ucl";
+    key = "qxuogdh5eghytji1utkkte1dn3n81c3y5twe61uzoddzwqzuxxyb";
+}