]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Clickhouse - adjust .conf to follow db scheme v2 2628/head
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Mon, 12 Nov 2018 08:56:51 +0000 (09:56 +0100)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Mon, 12 Nov 2018 08:56:51 +0000 (09:56 +0100)
conf/modules.d/clickhouse.conf

index c35352a03c54179b355c85a3b3f4249438777547..98ee47b8279bc52a8d55ce1fb9956fd7d6ec4db2 100644 (file)
@@ -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"];