]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Update HFILTER_HOSTNAME_UNKNOWN description 2138/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 2 Apr 2018 16:17:13 +0000 (16:17 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Apr 2018 16:17:13 +0000 (16:17 +0000)
conf/scores.d/hfilter_group.conf

index 6b6f3103113a9b626b256a8fc33fba127fb144ad..89b5dd8d3877d36b05cb56053e60300eef211fc3 100644 (file)
@@ -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
+}