diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-03 15:52:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 15:52:33 +0100 |
commit | 7510ea3f0d8ccc90ce723499d9cb382f5c36a9da (patch) | |
tree | 1770ca9938c85b58c3512712c84c7a5c1d48e622 | |
parent | 03a9433dd9cf35fc48c19f3dba7bda1a7aaadfeb (diff) | |
parent | 40ea308924e3ba30cb75ea582b12fcbd28056baf (diff) | |
download | rspamd-7510ea3f0d8ccc90ce723499d9cb382f5c36a9da.tar.gz rspamd-7510ea3f0d8ccc90ce723499d9cb382f5c36a9da.zip |
Merge pull request #2138 from moisseev/patch-2
[Minor] Update HFILTER_HOSTNAME_UNKNOWN description
-rw-r--r-- | conf/scores.d/hfilter_group.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/hfilter_group.conf b/conf/scores.d/hfilter_group.conf index 6b6f31031..89b5dd8d3 100644 --- a/conf/scores.d/hfilter_group.conf +++ b/conf/scores.d/hfilter_group.conf @@ -114,7 +114,7 @@ symbols = { */ "HFILTER_HOSTNAME_UNKNOWN" { weight = 2.50; - description = "Unknown hostname (no PTR or no resolve PTR to hostname)"; + description = "Unknown client hostname (PTR or FCrDNS verification failed)"; } "HFILTER_RCPT_BOUNCEMOREONE" { weight = 1.50; @@ -128,4 +128,4 @@ symbols = { weight = 2.50; description = "One line URL and text in body"; } -}
\ No newline at end of file +} |