For me "clamav" is not working either. What I'm getting is:

virus::clamav plugin: didn't get a filename

Seems that $transaction->body_filename is emtpy when the "clamav" plug-in runs:

my $filename = $transaction->body_filename;
unless (defined $filename) {
  $self->log(LOGWARN, "didn't get a filename");
  return DECLINED;
}

I'm using 0.30, any idea? I don't think it might be related to permissions problems.



--
Oscar Retana
San José, Costa Rica.
Tel: (506) 258-5757 ext 112
http://www.gridshield.net/
GridShield: Proteccion y Monitoreo de Redes

Reply via email to