diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-10-13 17:01:50 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-10-13 17:01:50 +0200 |
commit | c17ffcd4e5853f13a7cb5babd5950b95a546d689 (patch) | |
tree | e2e792e13d39363af44a1f4249fccd26b56e52cf /conf | |
parent | 79edca0b0a716f47cd1ff0d4c4c8911bfd3c2be5 (diff) | |
download | rspamd-c17ffcd4e5853f13a7cb5babd5950b95a546d689.tar.gz rspamd-c17ffcd4e5853f13a7cb5babd5950b95a546d689.zip |
[Rules] Blank spam detection
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index e598f73ef..fe89808fb 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -16,6 +16,12 @@ composites { + SHORT_PART_BAD_HEADERS { + expression = "MISSING_ESSENTIAL_HEADERS & SINGLE_SHORT_PART"; + group = "blankspam"; + policy = "leave"; + score = 7.0; + } FORGED_RECIPIENTS_MAILLIST { expression = "FORGED_RECIPIENTS & -MAILLIST"; } |