diff options
-rw-r--r-- | conf/scores.d/surbl_group.conf | 4 |
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 +} |