diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-15 23:16:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-15 23:16:50 +0100 |
commit | db39d18c817ddf31b657e12456608a50bdf0720c (patch) | |
tree | 5aef7e656606dd30e1bf63f8c9f19cd374c8d8f9 | |
parent | 8a5b3f4940311326250c78f3a9f0abcd7804b868 (diff) | |
parent | 4d7e605a3c5d14b51b4518b1d6275dbb7691efa9 (diff) | |
download | rspamd-db39d18c817ddf31b657e12456608a50bdf0720c.tar.gz rspamd-db39d18c817ddf31b657e12456608a50bdf0720c.zip |
Merge pull request #1749 from dupondje/fix_indent
Fix indent in metrics.conf
-rw-r--r-- | conf/metrics.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 431693399..d51433bb2 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -202,10 +202,9 @@ metric { weight = 1.0; description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } - } - - group "bayes" { + } + group "bayes" { symbol "BAYES_SPAM" { weight = 4.0; description = "Message probably spam, probability: "; |