]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Improve content rule descriptions
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:57:02 +0000 (14:57 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:57:02 +0000 (14:57 +0000)
conf/scores.d/content_group.conf

index 56255bea0d7bdf63135b1885a90a9376ce529f88..88b476501536ad845d02a55d67417907a3b4999e 100644 (file)
@@ -35,18 +35,17 @@ symbols = {
   }
   "PDF_LONG_TRAILER" {
     weight = 0.2;
-    description = "There is an PDF with a long trailer";
+    description = "There is an PDF with a long trailer in the message";
     one_shot = true;
   }
   "PDF_MANY_OBJECTS" {
     weight = 0;
-    description = "There is a PDF file with too many objects";
+    description = "There is a PDF with too many objects in the message";
     one_shot = true;
   }
   "PDF_TIMEOUT" {
     weight = 0;
-    description = "There is a PDF file that caused timeout in processing";
+    description = "There is a PDF in the message that caused timeout in processing";
     one_shot = true;
   }
 }
-