From: Alexander Moisseev Date: Mon, 2 Apr 2018 16:17:13 +0000 (+0000) Subject: [Minor] Update HFILTER_HOSTNAME_UNKNOWN description X-Git-Tag: 1.7.3~45^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=40ea308924e3ba30cb75ea582b12fcbd28056baf;p=rspamd.git [Minor] Update HFILTER_HOSTNAME_UNKNOWN description --- 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 +}