aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/modules.d/clickhouse.conf8
1 files changed, 0 insertions, 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"];