diff options
author | Jean-Louis Dupond <jean-louis@dupond.be> | 2017-07-12 20:36:36 +0200 |
---|---|---|
committer | Jean-Louis Dupond <jean-louis@dupond.be> | 2017-07-12 20:36:36 +0200 |
commit | 4d7e605a3c5d14b51b4518b1d6275dbb7691efa9 (patch) | |
tree | cbe22e81b176ca906ca611ef70c134db26eb2073 /conf/metrics.conf | |
parent | 3be2002b3605f3792221122283cacb3f7c5c0cb9 (diff) | |
download | rspamd-4d7e605a3c5d14b51b4518b1d6275dbb7691efa9.tar.gz rspamd-4d7e605a3c5d14b51b4518b1d6275dbb7691efa9.zip |
Fix indent in metrics.conf
Diffstat (limited to 'conf/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: "; |