[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules

[Rspamd] Increase add_header and greylist score
master
andryyy 2019-01-08 13:00:56 +01:00
parent 53e8bf537b
commit 94d7952802
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
clamav {
scan_mime_parts = true;
# Scan whole message
scan_mime_parts = false;
#scan_text_mime = true;
#scan_image_mime = true;
symbol = "CLAM_VIRUS";
type = "clamav";
log_clean = true;

View File

@ -1,7 +1,7 @@
actions {
reject = 15;
add_header = 5;
greylist = 4;
add_header = 8;
greylist = 7;
}
symbol "MAILCOW_AUTH" {