From 0c7666105a2073f6fbd556a686bfaf00e2f3efd3 Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Mon, 12 Nov 2018 09:56:51 +0100 Subject: [PATCH] [Minor] Clickhouse - adjust .conf to follow db scheme v2 --- conf/modules.d/clickhouse.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conf/modules.d/clickhouse.conf b/conf/modules.d/clickhouse.conf index c35352a03..98ee47b82 100644 --- a/conf/modules.d/clickhouse.conf +++ b/conf/modules.d/clickhouse.conf @@ -31,14 +31,6 @@ clickhouse { # If a message has a domain in this map in From: header and DKIM signature, # record general metadata in a table named after the domain #from_tables = "/etc/rspamd/clickhouse_from.map"; - # These are tables used to store data in Clickhouse - # Table used to store ASN information (default unset: not collected) - #asn_table = "rspamd_asn"; # default unset - # The following table names are set by default - # Set these if you use want to use different table names - #table = "rspamd"; # general metadata - #attachments_table = "rspamd_attachments"; # attachment metadata - #urls_table = "rspamd_urls"; # url metadata # These are symbols of other checks in Rspamd # Set these if you use non-default symbol names (unlikely) #bayes_spam_symbols = ["BAYES_SPAM"]; -- 2.39.5