mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
94d7952802
[Rspamd] Increase add_header and greylist score
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
clamav {
|
|
# Scan whole message
|
|
scan_mime_parts = false;
|
|
#scan_text_mime = true;
|
|
#scan_image_mime = true;
|
|
symbol = "CLAM_VIRUS";
|
|
type = "clamav";
|
|
log_clean = true;
|
|
servers = "clamd:3310";
|
|
}
|