diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-05 12:36:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-05 12:36:31 +0100 |
commit | f4bd2d67084725bc99122571ce0da22f07423e5b (patch) | |
tree | 5a74d13b78b376043ceeffb361d1541b21740fb7 /conf | |
parent | 486a7a29ba10deb1a75c845c2ab7e00f39baa132 (diff) | |
download | rspamd-f4bd2d67084725bc99122571ce0da22f07423e5b.tar.gz rspamd-f4bd2d67084725bc99122571ce0da22f07423e5b.zip |
Fix stupid mistake in configurarion.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 0d41ed96b..1d2e8ce30 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -432,7 +432,7 @@ metric { symbol { weight = 1.0; - name = "RBL_SEM_IPV6; + name = "RBL_SEM_IPV6"; description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } |