commit c3c1ecb: [Minor] Clickhouse: Improve comment

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Feb 22 13:49:08 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-02-22 13:48:01 +0000
URL: https://github.com/rspamd/rspamd/commit/c3c1ecba31eb2b8adb7ac2bef24bcf2ff3c9e2ac (HEAD -> master)

[Minor] Clickhouse: Improve comment

---
 src/plugins/lua/clickhouse.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua
index 23ed65a85..bf4b4b396 100644
--- a/src/plugins/lua/clickhouse.lua
+++ b/src/plugins/lua/clickhouse.lua
@@ -133,7 +133,7 @@ CREATE TABLE IF NOT EXISTS rspamd
     `Attachments.Digest` Array(FixedString(16)) COMMENT 'First 16 characters of hash returned by mime_part:get_digest()',
     `Urls.Tld` Array(String) COMMENT 'Effective second level domain part of the URL host',
     `Urls.Url` Array(String) COMMENT 'Full URL if `full_urls` module option enabled, host part of URL otherwise',
-    `Urls.Flags` Array(UInt32) COMMENT 'Corresponding url flags',
+    `Urls.Flags` Array(UInt32) COMMENT 'Corresponding url flags, see `enum rspamd_url_flags` in libserver/url.h for details',
     Emails Array(String) COMMENT 'List of emails extracted from the message',
     ASN UInt32 COMMENT 'BGP AS number for SMTP client IP (returned by asn.rspamd.com or asn6.rspamd.com)',
     Country FixedString(2) COMMENT 'Country for SMTP client IP (returned by asn.rspamd.com or asn6.rspamd.com)',


More information about the Commits mailing list