diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-08 18:26:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-08 18:26:56 +0100 |
commit | a62e5deba96d6a3717f61d6eaa5fbbc1eaaacd86 (patch) | |
tree | 80b705d118feed8663628045c6776294cec00645 /conf/metrics.conf | |
parent | 6018bc54a01bc5940198aca55f31b59b7638a0a7 (diff) | |
download | rspamd-a62e5deba96d6a3717f61d6eaa5fbbc1eaaacd86.tar.gz rspamd-a62e5deba96d6a3717f61d6eaa5fbbc1eaaacd86.zip |
Remove unused symbol R_IP_PBL.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 06788052a..8e90c97e0 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -317,11 +317,6 @@ metric { name = "STOX_REPLY_TYPE"; } symbol { - weight = 3.0; - description = "IP in received headers is in PBL"; - name = "R_IP_PBL"; - } - symbol { weight = 1.0; description = "One received header in a message "; name = "ONCE_RECEIVED"; |