[Rspamd] Scan the whole message to be able to trigger Sanesecurity rules
[Rspamd] Increase add_header and greylist score
This commit is contained in:
parent
53e8bf537b
commit
94d7952802
@ -1,5 +1,8 @@
|
|||||||
clamav {
|
clamav {
|
||||||
scan_mime_parts = true;
|
# Scan whole message
|
||||||
|
scan_mime_parts = false;
|
||||||
|
#scan_text_mime = true;
|
||||||
|
#scan_image_mime = true;
|
||||||
symbol = "CLAM_VIRUS";
|
symbol = "CLAM_VIRUS";
|
||||||
type = "clamav";
|
type = "clamav";
|
||||||
log_clean = true;
|
log_clean = true;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
actions {
|
actions {
|
||||||
reject = 15;
|
reject = 15;
|
||||||
add_header = 5;
|
add_header = 8;
|
||||||
greylist = 4;
|
greylist = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
symbol "MAILCOW_AUTH" {
|
symbol "MAILCOW_AUTH" {
|
||||||
|
Loading…
Reference in New Issue
Block a user