Modify plugins/virus/clamav option for ClamAV 0.95 (no-summary)
This commit is contained in:
parent
f4eb90cba3
commit
b3c5195b64
2
Changes
2
Changes
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
Modify plugins/virus/clamav option for ClamAV 0.95 (no-summary)
|
||||||
|
|
||||||
Fix spamassassin plugin log noise if spam score is 0.0
|
Fix spamassassin plugin log noise if spam score is 0.0
|
||||||
|
|
||||||
Disconnect host in rhsbl (Charlie Brady)
|
Disconnect host in rhsbl (Charlie Brady)
|
||||||
|
@ -187,7 +187,7 @@ sub hook_data_post {
|
|||||||
. " --stdout "
|
. " --stdout "
|
||||||
. $self->{_back_compat}
|
. $self->{_back_compat}
|
||||||
. " --config-file=" . $self->{_clamd_conf}
|
. " --config-file=" . $self->{_clamd_conf}
|
||||||
. " --disable-summary $filename 2>&1";
|
. " --no-summary $filename 2>&1";
|
||||||
$self->log(LOGDEBUG, "Running: $cmd");
|
$self->log(LOGDEBUG, "Running: $cmd");
|
||||||
my $output = `$cmd`;
|
my $output = `$cmd`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user