From 76abaffdc0bbc2626eec0e33bbb7b89f3c8499a7 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 20 Feb 2018 06:34:58 +0000 Subject: [PATCH] [Conf] Fix double quote position --- conf/scores.d/surbl_group.conf | 4 ++-- 1 file 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 +} -- 2.39.5