--- qpsmtpd-0.40/plugins/virus/clamav.fixClamscanParameterChange 2009-03-28 08:47:34.000000000 +0100 +++ qpsmtpd-0.40/plugins/virus/clamav 2009-03-28 08:54:50.000000000 +0100 @@ -187,7 +187,7 @@ . " --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`;