Modify plugins/virus/clamav option for ClamAV 0.95 (no-summary)

This commit is contained in:
Jonathan Martens 2009-07-20 13:07:45 +02:00 committed by Filippo Carletti
parent f4eb90cba3
commit b3c5195b64
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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`;