diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:57:02 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:57:02 +0000 |
commit | 6c96b48c230ac90bca27f7670cabb9a9a6b89bc1 (patch) | |
tree | edc135f14ea82e055e2a6a4ee41e592ea779bbb0 /conf | |
parent | 0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d (diff) | |
download | rspamd-6c96b48c230ac90bca27f7670cabb9a9a6b89bc1.tar.gz rspamd-6c96b48c230ac90bca27f7670cabb9a9a6b89bc1.zip |
[Minor] Improve content rule descriptions
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/content_group.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/scores.d/content_group.conf b/conf/scores.d/content_group.conf index 56255bea0..88b476501 100644 --- a/conf/scores.d/content_group.conf +++ b/conf/scores.d/content_group.conf @@ -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; } } - |