diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-11-02 10:17:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 10:17:41 +0300 |
commit | 673c9d31143a1d0eb086d3eb7bd0c86b3b8c3e0e (patch) | |
tree | 8569652ca3ddcf1e3ba6eba497083fc8bbc0d866 /conf | |
parent | b1bab91d4f638d1e80d3ab6fa2c7ded3ebee9e8d (diff) | |
download | rspamd-673c9d31143a1d0eb086d3eb7bd0c86b3b8c3e0e.tar.gz rspamd-673c9d31143a1d0eb086d3eb7bd0c86b3b8c3e0e.zip |
[Minor] Correct a typo
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 d2b348743..6553b86cf 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -132,7 +132,7 @@ metric { } symbol "RBL_SPAMHAUS_XBL_ANY" { weight = 4.0; - description = "From or receive address is listed in zen xbl (any list)"; + description = "From or received address is listed in zen xbl (any list)"; } symbol "RBL_SPAMHAUS_PBL" { weight = 2.0; |