10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
clamav {
|
|
servers = "/var/run/clamav/clamd.ctl";
|
|
symbol = "CLAMAV_VIRUS";
|
|
attachments_only = false;
|
|
patterns {
|
|
JUST_EICAR = nan; #Disable EICAR handling
|
|
}
|
|
action = "reject";
|
|
}
|