From: Alexander Moisseev Date: Tue, 20 Feb 2018 06:34:58 +0000 (+0000) Subject: [Conf] Fix double quote position X-Git-Tag: 1.7.0~162^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2026%2Fhead;p=thirdparty%2Frspamd.git [Conf] Fix double quote position --- diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 429d021f6f..839c68e61b 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 +}