From: Carsten Rosenberg Date: Mon, 12 Nov 2018 08:56:51 +0000 (+0100) Subject: [Minor] Clickhouse - adjust .conf to follow db scheme v2 X-Git-Tag: 1.8.2~52^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c7666105a2073f6fbd556a686bfaf00e2f3efd3;p=rspamd.git [Minor] Clickhouse - adjust .conf to follow db scheme v2 --- 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"];