Browse Source

[Minor] Improve content rule descriptions

tags/3.5
twesterhever 1 year ago
parent
commit
6c96b48c23
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      conf/scores.d/content_group.conf

+ 3
- 4
conf/scores.d/content_group.conf View File

} }
"PDF_LONG_TRAILER" { "PDF_LONG_TRAILER" {
weight = 0.2; 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; one_shot = true;
} }
"PDF_MANY_OBJECTS" { "PDF_MANY_OBJECTS" {
weight = 0; 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; one_shot = true;
} }
"PDF_TIMEOUT" { "PDF_TIMEOUT" {
weight = 0; 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; one_shot = true;
} }
} }


Loading…
Cancel
Save