diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-04-02 16:17:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 16:17:13 +0000 |
commit | 40ea308924e3ba30cb75ea582b12fcbd28056baf (patch) | |
tree | d5b133a5ca7e70af8c3f1cded57bad81b2fda364 | |
parent | e12505a1471199f5d45f1799ce615ed06a87dc56 (diff) | |
download | rspamd-40ea308924e3ba30cb75ea582b12fcbd28056baf.tar.gz rspamd-40ea308924e3ba30cb75ea582b12fcbd28056baf.zip |
[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 +} |