aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-05 16:55:22 +0300
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-05 16:55:22 +0300
commit8fc66640777ec304bd98fcce780d878216718ba5 (patch)
tree0125dc91f436187f4d98a93d3f49d8d246d93b7a /src/libserver/cfg_file.h
parentecba33bac16cd42a663f94f003d2bbebf0ea0bce (diff)
downloadrspamd-8fc66640777ec304bd98fcce780d878216718ba5.tar.gz
rspamd-8fc66640777ec304bd98fcce780d878216718ba5.zip
Fix variables names
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 416053aba..fba90dbee 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -175,6 +175,7 @@ enum rspamd_log_format_type {
RSPAMD_LOG_SCORES,
RSPAMD_LOG_SYMBOLS,
RSPAMD_LOG_IP,
+ RSPAMD_LOG_LEN,
RSPAMD_LOG_DNS_REQ,
RSPAMD_LOG_SMTP_FROM,
RSPAMD_LOG_MIME_FROM,