diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-05-26 11:57:19 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-05-26 11:57:19 +0000 |
commit | 68d9f76dc1c898ea3434a69d4bba2c9681ba7ec7 (patch) | |
tree | ab709fb5a3ca7ee16acbf1065ecd9cb213c28561 /conf | |
parent | 7a0fce60aee0860ef48b6d8e98d413cf540dcf46 (diff) | |
download | rspamd-68d9f76dc1c898ea3434a69d4bba2c9681ba7ec7.tar.gz rspamd-68d9f76dc1c898ea3434a69d4bba2c9681ba7ec7.zip |
[Minor] Improve various rule descriptions
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index e24d7d14c..ef29ed2fa 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -135,7 +135,7 @@ symbols = { } "RECEIVED_SPAMHAUS_XBL" { weight = 1.0; - description = "Received address is listed in ZEN XBL"; + description = "Received address is listed in Spamhaus XBL"; groups = ["spamhaus"]; one_shot = true; } |