On Wed, 17 Jun 2009, Filippo Carletti wrote:

This is needed to use clamav-0.95 which changed an option.
http://bugs.contribs.org/show_bug.cgi?id=5108

Jonathan Martens <smeserver-contr...@snetram.nl>



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



Reply via email to