From b3c5195b6434ca23a309dd5320e10980828c7394 Mon Sep 17 00:00:00 2001 From: Jonathan Martens Date: Mon, 20 Jul 2009 13:07:45 +0200 Subject: [PATCH] Modify plugins/virus/clamav option for ClamAV 0.95 (no-summary) --- Changes | 2 ++ plugins/virus/clamav | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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`;