diff --git a/Changes b/Changes index 89d9760..0829603 100644 --- a/Changes +++ b/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 Disconnect host in rhsbl (Charlie Brady) diff --git a/plugins/virus/clamav b/plugins/virus/clamav index a74e0f1..6f80c94 100644 --- a/plugins/virus/clamav +++ b/plugins/virus/clamav @@ -187,7 +187,7 @@ sub hook_data_post { . " --stdout " . $self->{_back_compat} . " --config-file=" . $self->{_clamd_conf} - . " --disable-summary $filename 2>&1"; + . " --no-summary $filename 2>&1"; $self->log(LOGDEBUG, "Running: $cmd"); my $output = `$cmd`;