aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-02-20 06:34:58 +0000
committerGitHub <noreply@github.com>2018-02-20 06:34:58 +0000
commit76abaffdc0bbc2626eec0e33bbb7b89f3c8499a7 (patch)
tree7156dbd0c0395854f888a85ccfeb8aaa765cd607 /conf/scores.d
parent402d6f778857a13c7a42802550bbe21be48dfb11 (diff)
downloadrspamd-76abaffdc0bbc2626eec0e33bbb7b89f3c8499a7.tar.gz
rspamd-76abaffdc0bbc2626eec0e33bbb7b89f3c8499a7.zip
[Conf] Fix double quote position
Diffstat (limited to 'conf/scores.d')
-rw-r--r--conf/scores.d/surbl_group.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 429d021f6..839c68e61 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -47,7 +47,7 @@ symbols = {
"RSPAMD_EMAILBL" {
weight = 9.5;
- description = "Rspamd emailbl, "bl.rspamd.com;
+ description = "Rspamd emailbl, bl.rspamd.com";
one_shot = true;
}
@@ -156,4 +156,4 @@ symbols = {
weight = 2.5;
description = "A domain listed in the mail is blacklisted in SARBL";
}
-} \ No newline at end of file
+}